sing-box LAN listening address changed to 0.0.0.0

https://github.com/2dust/v2rayN/discussions/7669
pull/7673/head
2dust 2025-07-30 21:08:37 +08:00
parent 8662d94ab6
commit ac1231ad54
1 changed files with 1 additions and 1 deletions

View File

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