Made the line about “use_proxy_with” clearer

This commit is contained in:
pezcurrel 2024-07-28 09:40:01 +02:00
parent 0ea1c7ede7
commit 9fba67c75e

View file

@ -14,7 +14,7 @@ proxy=tcp://localhost:8118
use_proxy_with=domain1.example.net,domain2.example.net
```
Note that if you dont specify `use_proxy_with`, the proxy will be used for all connections.
Note that if you specify `proxy` but dont specify `use_proxy_with`, the proxy will be used for all connections.
## Are there running Acck instances?