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

update README

This commit is contained in:
Timothy 2019-07-30 10:17:40 +08:00
parent 9bfe67f3b4
commit dccfcb76bb

View File

@ -103,7 +103,7 @@ Usage of ./godns:
## Config fields
* provider: The providers that GoDNS supports, available values are: `Cloudflare`, `Google`, `DNSPod`, `AliDNS`, `HE` .
* provider: The providers that GoDNS supports, available values are: `Cloudflare`, `Google`, `DNSPod`, `AliDNS`, `HE`, `DuckDNS`.
* email: Email or account name of your DNS provider.
* password: Password of your account.
* login_token: Login token of your account.
@ -222,8 +222,8 @@ For DuckDNS, only need to provide the `token`, config 1 default domain & subdoma
}
],
"ip_url": "https://myip.biturl.top",
"interval": 30,
"socks5_proxy": "",
"interval": 300,
"socks5_proxy": ""
}
```