Skip to content

Commit 2f3946b

Browse files
committed
Split the proxy config into two
1 parent e30152e commit 2f3946b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/radar/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,15 @@ The next time a scan is run, the tags will appear in the asset overview.
8787

8888
TuxCare Radar requires outbound connectivity on tcp/443 (TLS) to `radar.tuxcare.com` which by default is in the US. If you need your own private instance, or can only use a certain geographical location, please discuss with your Account Manager. IPv6 or IPv4 can be used. No inbound connectivity is required, tuxcare-radar does not open any listening ports.
8989

90-
To use via a proxy, set the `https_proxy` environment variable based on your infrastructure, either of the following will work:
90+
To use via a proxy, set the `https_proxy` environment variable based on your infrastructure. For running the service from cron, you can use this:
9191

9292
```text
9393
echo "https_proxy=http://proxy.domain.com:port" >> /etc/environment
94+
```
95+
96+
For running manually, you may need to set it in the user profile like so (or simply via the CLI):
9497

98+
```text
9599
echo "export https_proxy=http://proxy.domain.com:port" > /etc/profile.d/proxy.sh
96100
```
97101

0 commit comments

Comments
 (0)