mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Update README.md
This commit is contained in:
parent
39400f628a
commit
cd6f969bc7
14
README.md
14
README.md
@ -76,7 +76,7 @@ Usage of ./godns:
|
|||||||
* Configure log file path, max size of log file, max count of log file.
|
* 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.
|
* 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.
|
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": ""
|
"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.
|
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:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Fill your own DDNS key or generate a random DDNS key for this new created "A record":
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Run it as a daemon manually
|
## Run it as a daemon manually
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user