mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-22 12:38:34 +07:00
fix: listen ip panic
This commit is contained in:
parent
25ab8e5985
commit
ad8f54531e
@ -316,7 +316,7 @@ retryLoadBpf:
|
||||
}
|
||||
}
|
||||
|
||||
listenIp := "[::1]"
|
||||
listenIp := "::1"
|
||||
if len(wanInterface) > 0 {
|
||||
listenIp = "0.0.0.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user