adjust: routes for windows

This commit is contained in:
gVisor bot 2022-10-01 23:30:41 +08:00
parent c7c277a37a
commit 86b86c69d0

View File

@ -88,7 +88,7 @@ startOver:
allowedIPs []netip.Prefix
// add default
routeArr = []string{"0.0.0.0/0"}
routeArr = []string{"0.0.0.0/1"}
)
for _, route := range routeArr {