Made the line about “use_proxy_with” clearer
This commit is contained in:
parent
0ea1c7ede7
commit
9fba67c75e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ proxy=tcp://localhost:8118
|
||||||
use_proxy_with=domain1.example.net,domain2.example.net
|
use_proxy_with=domain1.example.net,domain2.example.net
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that if you don’t specify `use_proxy_with`, the proxy will be used for all connections.
|
Note that if you specify `proxy` but don’t specify `use_proxy_with`, the proxy will be used for all connections.
|
||||||
|
|
||||||
## Are there running Acck instances?
|
## Are there running Acck instances?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue