mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
adjust: routes for windows
This commit is contained in:
parent
1bcc916807
commit
ddf1c74091
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue