From 8d2e2105224ac33b87be7b75f2e7d9cfcc0c7cc8 Mon Sep 17 00:00:00 2001 From: yincongcyincong <648588267@qq.com> Date: Wed, 28 Feb 2018 16:05:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd165e..af4213d 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ iptables -t nat -A OUTPUT -p tcp -j PROXY - Deleting the rules of the chain command is iptables -D chain name from the selected chain, such as iptables -t nat -D PROXY -d 223.223.192.0/255.255.240.0 -j RETURN #### **1.11.Custom DNS** ---dns-address and --dns-ttl parameters can be used to specify DNS when you use proxy to access to the domain name(--dns-address) +--dns-address and --dns-ttl parameters can be used to specify DNS when you use proxy to access to a domain name(--dns-address) and analytical result cache time (--dns-ttl) which unit is seconds, which can avoid the interference of system DNS to proxy. cache can reduce DNS resolution time and increase access speed. for example: `./proxy http -p ":33080" --dns-address "8.8.8.8:53" --dns-ttl 300`