修改默认路由 10.0.0.0/8

This commit is contained in:
bjdgyc 2022-02-15 15:39:58 +08:00
parent 77efe7583d
commit fce96753c5
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ func addInitData() error {
Name: "ops", Name: "ops",
AllowLan: true, AllowLan: true,
ClientDns: []ValData{{Val: "114.114.114.114"}}, ClientDns: []ValData{{Val: "114.114.114.114"}},
RouteInclude: []ValData{{Val: All}}, RouteInclude: []ValData{{Val: "10.0.0.0/8"}},
} }
err = SetGroup(&g1) err = SetGroup(&g1)
if err != nil { if err != nil {