From 5583b303be777a5d975263e25b739a6aa4548d8f Mon Sep 17 00:00:00 2001 From: yincongcyincong <648588267@qq.com> Date: Wed, 28 Feb 2018 16:11:43 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8ed2a5..490c643 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ iptables -t nat -A OUTPUT -p tcp -j PROXY #### **1.11.Custom DNS** --dns-address and --dns-ttl parameters can be used to specify DNS when you use proxy to access to a domain name(--dns-address). -they also can specify 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. +they also can specify analytical result cache time (--dns-ttl) which unit is seconds. 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` @@ -651,7 +651,7 @@ Then access to the local 8080 port is access to the proxy port 38080 on the VPS, #### **5.9.Custom DNS** --dns-address and --dns-ttl parameters can be used to specify DNS when you use proxy to access to a domain name(--dns-address). -they also can specify 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. +they also can specify analytical result cache time (--dns-ttl) which unit is seconds. 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`