From 564ceee22d1816d4d37277d49891835b7355960b Mon Sep 17 00:00:00 2001 From: Timothy Date: Mon, 9 Oct 2017 20:27:43 +0800 Subject: [PATCH] add SOCKS5 proxy support. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f0c98f7..a6c3913 100644 --- a/README.md +++ b/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. +### 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