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

add SOCKS5 proxy support.

This commit is contained in:
Timothy 2017-10-09 20:27:43 +08:00
parent 9b458a0d1d
commit 564ceee22d

View File

@ -141,6 +141,16 @@ Remember the DDNS key and fill it as password to the config.json.
__NOTICE__: If you have multiple domains or subdomains, make sure their DDNS key are the same.
### SOCKS5 proxy support
You can also use SOCKS5 proxy, just fill SOCKS5 address to the ```socks5_proxy``` item:
```json
"socks5_proxy": "127.0.0.1:7070"
```
Now all the queries will go through the specified SOCKS5 proxy.
## Run it as a daemon manually
```bash