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:
parent
549a98a48f
commit
281ede6071
@ -13,7 +13,5 @@
|
||||
],
|
||||
"ip_url": "http://members.3322.org/dyndns/getip",
|
||||
"log_path": "./godns.log",
|
||||
"log_size": 16,
|
||||
"log_num": 3,
|
||||
"socks5_proxy": ""
|
||||
}
|
||||
|
@ -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"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user