mirror of https://github.com/bjdgyc/anylink.git
commit
9a712ca489
|
@ -3,5 +3,5 @@ package base
|
||||||
const (
|
const (
|
||||||
APP_NAME = "AnyLink"
|
APP_NAME = "AnyLink"
|
||||||
// 修复前端bug
|
// 修复前端bug
|
||||||
APP_VER = "0.7.2"
|
APP_VER = "0.7.3"
|
||||||
)
|
)
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue