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

Update README.md

This commit is contained in:
Timothy Ye 2017-10-09 04:43:12 -05:00 committed by GitHub
parent 39400f628a
commit cd6f969bc7

View File

@ -76,7 +76,7 @@ Usage of ./godns:
* Configure log file path, max size of log file, max count of log file.
* Save it in the same directory of GoDNS, or use -c=your_conf_path command.
## Config example for DNSPod
### Config example for DNSPod
For DNSPod, you need to provide email & password, and config all the domains & subdomains.
@ -101,7 +101,7 @@ For DNSPod, you need to provide email & password, and config all the domains &
"socks5_proxy": ""
}
```
## Config example for HE.net
### Config example for HE.net
For HE, email is not needed, just fill DDNS key to password, and config all the domains & subdomains.
@ -127,6 +127,16 @@ For HE, email is not needed, just fill DDNS key to password, and config all the
}
```
### HE.net DDNS configuration
Add a new "A record", make sure that "Enable entry for dynamic dns" is checked:
![](https://github.com/TimothyYe/godns/blob/he/snapshots/he1.png?raw=true)
Fill your own DDNS key or generate a random DDNS key for this new created "A record":
![](https://github.com/TimothyYe/godns/blob/he/snapshots/he2.png?raw=true)
## Run it as a daemon manually
```bash