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

Update config_sample.json

This commit is contained in:
Timothy Ye 2017-09-07 22:30:52 +08:00 committed by GitHub
parent 309158486b
commit ef3faafca7

View File

@ -3,16 +3,16 @@
"password": "", "password": "",
"login_token": "", "login_token": "",
"domains": [{ "domains": [{
"domain_name":"example.com", "domain_name": "example.com",
"sub_domains":["www","test"] "sub_domains": ["www","test"]
},{ },{
"domain_name":"example2.com", "domain_name": "example2.com",
"sub_domains":["www","test"] "sub_domains": ["www","test"]
} }
], ],
"ip_url": "http://members.3322.org/dyndns/getip", "ip_url": "http://members.3322.org/dyndns/getip",
"log_path":"./godns.log", "log_path": "./godns.log",
"log_size":16, "log_size": 16,
"log_num":3, "log_num": 3,
"socks5_proxy":"" "socks5_proxy": ""
} }