Update README.md

This commit is contained in:
yincongcyincong
2018-02-28 16:07:40 +08:00
committed by GitHub
parent 8d2e210522
commit 9301c9b49b

View File

@ -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 - 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** #### **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 --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. 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.
for example: for example:
`./proxy http -p ":33080" --dns-address "8.8.8.8:53" --dns-ttl 300` `./proxy http -p ":33080" --dns-address "8.8.8.8:53" --dns-ttl 300`
@ -650,9 +650,9 @@ 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. 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** #### **5.9.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. 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.
for example for example:
`./proxy http -p ":33080" --dns-address "8.8.8.8:53" --dns-ttl 300` `./proxy http -p ":33080" --dns-address "8.8.8.8:53" --dns-ttl 300`