mirror of https://github.com/2dust/v2rayN
sing-box LAN listening address changed to 0.0.0.0
https://github.com/2dust/v2rayN/discussions/7669pull/7673/head
parent
8662d94ab6
commit
ac1231ad54
|
@ -519,7 +519,7 @@ public class CoreConfigSingboxService
|
|||
{
|
||||
try
|
||||
{
|
||||
var listen = "::";
|
||||
var listen = "0.0.0.0";
|
||||
singboxConfig.inbounds = [];
|
||||
|
||||
if (!_config.TunModeItem.EnableTun
|
||||
|
|
Loading…
Reference in New Issue