fix: listen ip panic

This commit is contained in:
mzz2017 2023-02-07 23:40:19 +08:00
parent 25ab8e5985
commit ad8f54531e

View File

@ -316,7 +316,7 @@ retryLoadBpf:
}
}
listenIp := "[::1]"
listenIp := "::1"
if len(wanInterface) > 0 {
listenIp = "0.0.0.0"
}