mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
32 lines
533 B
JSON
32 lines
533 B
JSON
{
|
|
"provider": "DNSPod",
|
|
"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",
|
|
"socks5_proxy": "",
|
|
"notify": {
|
|
"enabled": false,
|
|
"smtp_server": "",
|
|
"smtp_username": "",
|
|
"smtp_password": "",
|
|
"smtp_port": 25,
|
|
"send_to": ""
|
|
}
|
|
}
|