nineskeletor/tmpl/nineskeletor-proxy.sh

7 lines
243 B
Bash
Raw Normal View History

2020-07-01 13:32:02 +02:00
#!/bin/bash
# Si besoin export des valeurs de HTTP_PROXY et HTTPS_PROXY
%if %%activer_proxy_client == 'oui'
export HTTP_PROXY="%%proxy_client_adresse:%%proxy_client_port"
export HTTPS_PROXY="%%proxy_client_adresse:%%proxy_client_port"
%end if