1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/config_sample.json
jerrylou 63f39bad94 muti domain support
Signed-off-by: jerrylou <gunsluo@gmail.com>
2017-02-15 19:12:09 +08:00

18 lines
362 B
JSON

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