mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-18 17:37:11 +08:00
@@ -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 {
|
||||||
|
15578
web/package-lock.json
generated
15578
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user