You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this change you need to reload the systemd daemon using:
@@ -106,20 +107,21 @@ You can configure `cscli` and `crowdsec` to use [tor](https://www.torproject.org
106
107
107
108
All (http) requests made to the central API to go through the [tor network](https://www.torproject.org/).
108
109
109
-
With tor installed, setting `HTTP_PROXY` and `HTTPS_PROXY` environment variables to your socks5 proxy will do the trick.
110
+
With tor installed, setting `HTTP_PROXY` and `HTTPS_PROXY` environment variables to your socks5 proxy, as well as setting `NO_PROXY` to local addresses to prevent LAPI errors, will do the trick.
110
111
111
112
#### Edit crowdsec systemd unit to push/pull via tor
0 commit comments