mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-11-07 12:58:41 +08:00
升级go version 1.16,ui文件嵌入go二进制内
This commit is contained in:
@@ -69,6 +69,9 @@ func SetGroup(g *Group) error {
|
||||
clientDns = append(clientDns, v)
|
||||
}
|
||||
}
|
||||
if len(clientDns) == 0 {
|
||||
return errors.New("DNS错误")
|
||||
}
|
||||
g.ClientDns = clientDns
|
||||
|
||||
routeInclude := []ValData{}
|
||||
|
||||
Reference in New Issue
Block a user