feat:支持自定义DNS

This commit is contained in:
Mmx
2021-05-11 12:01:00 +08:00
parent 89e3197e33
commit 8c34f81120
4 changed files with 9 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
package Modles
type Settings struct {
QuitIfNetOk bool `json:"quit_if_net_ok"`
DemoMode bool `json:"demo_mode"`
QuitIfNetOk bool `json:"quit_if_net_ok"`
DemoMode bool `json:"demo_mode"`
Dns string `json:"dns"`
}
type Config struct {