mirror of https://github.com/bjdgyc/anylink.git
修改默认路由 10.0.0.0/8
This commit is contained in:
parent
77efe7583d
commit
fce96753c5
|
@ -111,7 +111,7 @@ func addInitData() error {
|
|||
Name: "ops",
|
||||
AllowLan: true,
|
||||
ClientDns: []ValData{{Val: "114.114.114.114"}},
|
||||
RouteInclude: []ValData{{Val: All}},
|
||||
RouteInclude: []ValData{{Val: "10.0.0.0/8"}},
|
||||
}
|
||||
err = SetGroup(&g1)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue