From 26e9231e488a2580849dc4b31c440fd4f10c137f Mon Sep 17 00:00:00 2001 From: yincongcyincong <648588267@qq.com> Date: Wed, 28 Feb 2018 16:23:30 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24613cc..f22f040 100644 --- a/README.md +++ b/README.md @@ -333,8 +333,8 @@ 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(--dns-address) when you use proxy to access to a domain name. -they also can specify analytical result cache time (--dns-ttl) which unit is second. they can avoid the interference of system DNS to proxy. cache can reduce DNS resolution time and increase access speed. +--dns-address and --dns-ttl parameters can be used to specify DNS(--dns-address) when you use proxy to access to a domain. +they also can specify dns result cache time (--dns-ttl) which unit is second. they 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` @@ -650,8 +650,8 @@ HTTP two level proxy(local os is Linux) Then access to the local 8080 port is access to the proxy port 38080 on the VPS, and the data is transmitted through the KCP protocol. #### **5.9.Custom DNS** ---dns-address and --dns-ttl parameters can be used to specify DNS(--dns-address) when you use proxy to access to a domain name. -they also can specify analytical result cache time (--dns-ttl) which unit is second. they can avoid the interference of system DNS to proxy. cache can reduce DNS resolution time and increase access speed. +--dns-address and --dns-ttl parameters can be used to specify DNS(--dns-address) when you use proxy to access to a domain. +they also can specify dns result cache time (--dns-ttl) which unit is second. they can avoid the interference of system DNS to proxy. cache can reduce DNS resolution time and increase access speed. for example: `./proxy socks -p ":33080" --dns-address "8.8.8.8:53" --dns-ttl 300`