1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

remove log size & log num

This commit is contained in:
Timothy 2017-11-02 14:49:49 +08:00
parent 549a98a48f
commit 281ede6071
2 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,5 @@
],
"ip_url": "http://members.3322.org/dyndns/getip",
"log_path": "./godns.log",
"log_size": 16,
"log_num": 3,
"socks5_proxy": ""
}

View File

@ -21,8 +21,6 @@ type Settings struct {
Domains []Domain `json:"domains"`
IPUrl string `json:"ip_url"`
LogPath string `json:"log_path"`
LogSize int `json:"log_size"`
LogNum int `json:"log_num"`
Socks5Proxy string `json:"socks5_proxy"`
}