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:
parent
9b458a0d1d
commit
564ceee22d
10
README.md
10
README.md
@ -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.
|
__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
|
## Run it as a daemon manually
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user