sing-box LAN listening address changed to 0.0.0.0

https://github.com/2dust/v2rayN/discussions/7669
This commit is contained in:
2dust 2025-07-30 21:08:37 +08:00
parent 8662d94ab6
commit ac1231ad54

View file

@ -519,7 +519,7 @@ public class CoreConfigSingboxService
{
try
{
var listen = "::";
var listen = "0.0.0.0";
singboxConfig.inbounds = [];
if (!_config.TunModeItem.EnableTun