adjust: routes for windows
This commit is contained in:
parent
c7c277a37a
commit
86b86c69d0
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ startOver:
|
||||||
allowedIPs []netip.Prefix
|
allowedIPs []netip.Prefix
|
||||||
|
|
||||||
// add default
|
// add default
|
||||||
routeArr = []string{"0.0.0.0/0"}
|
routeArr = []string{"0.0.0.0/1"}
|
||||||
)
|
)
|
||||||
|
|
||||||
for _, route := range routeArr {
|
for _, route := range routeArr {
|
||||||
|
|
Loading…
Reference in a new issue