Enabling a Proxy Server for a Linux Agent
To apply proxy server for a ThreatLocker Linux Agent you need to use terminal commands:
sudo threatlockerctl --proxy <URL>
If you need authentication to use proxy server:
sudo threatlockerctl --proxy-user <username> <password>
To turn off proxy server for a ThreatLocker Linux Agent:
sudo threatlockerctl --no-proxy