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

@@ -23,6 +23,9 @@ func init() {
Acid: "5",
Enc: "srun_bx1",
},
Settings: Modles.Settings{
Dns: "1.2.4.8",
},
}); err != nil {
log.Println("创建配置文件失败:\n", err.Error())
os.Exit(1)