mirror of https://github.com/bjdgyc/anylink.git
修改默认路由信息
This commit is contained in:
parent
cf507d204b
commit
500a11612c
|
@ -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: "10.0.0.0/8"}},
|
RouteInclude: []ValData{{Val: All}},
|
||||||
}
|
}
|
||||||
err = SetGroup(&g1)
|
err = SetGroup(&g1)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue