Add support to enable/disable network proxy client configuration (#69) (#72)

This commit is contained in:
Henrique Mecking
2020-01-13 08:57:52 -03:00
committed by XECDesign
parent 0d5ffcadbe
commit f69ab6dc76
4 changed files with 96 additions and 0 deletions

5
etc/sudoers.d/010_proxy Normal file
View File

@@ -0,0 +1,5 @@
Defaults env_keep += "http_proxy HTTP_PROXY"
Defaults env_keep += "https_proxy HTTPS_PROXY"
Defaults env_keep += "ftp_proxy FTP_PROXY"
Defaults env_keep += "RSYNC_PROXY"
Defaults env_keep += "no_proxy NO_PROXY"