mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-08 19:52:06 +00:00
Update USAGE.txt
This commit is contained in:
parent
a3a09a9322
commit
e5ee063787
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ Description:
|
|||
"proxy": "..."
|
||||
}
|
||||
|
||||
Uses "config.json" by default if run without arguments.
|
||||
"config.json" is used by default if run without arguments.
|
||||
|
||||
Options:
|
||||
|
||||
|
@ -49,8 +49,8 @@ Options:
|
|||
artificial addresses that are translated back to the original domain
|
||||
names in proxy requests and then resolved remotely.
|
||||
|
||||
The artificial results are not saved for privacy, so restarting the
|
||||
resolver may cause downstream to cache stale results.
|
||||
The artificial results are not persistent for privacy, so restarting
|
||||
the resolver may cause downstream to cache stale results.
|
||||
|
||||
--proxy=<proto>://<user>:<pass>@<hostname>[:<port>]
|
||||
|
||||
|
@ -66,7 +66,7 @@ Options:
|
|||
|
||||
Statically resolves a domain name to an IP address.
|
||||
|
||||
--resolver-range=CIDR
|
||||
--resolver-range=<CIDR>
|
||||
|
||||
Uses this range in the builtin resolver. Default: 100.64.0.0/10.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue