Created
June 7, 2022 07:45
-
-
Save LIPiston/23b76ac0a927b047fdda91f462b922ee to your computer and use it in GitHub Desktop.
environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
#/etc/environment | |
# | |
# This file is parsed by pam_env module | |
# | |
# Syntax: simple "KEY=VAL" pairs on separate lines | |
# | |
http_proxy=http://127.0.0.1:7890/ | |
https_proxy=http://127.0.0.1:7890/ | |
ftp_proxy=http://127.0.0.1:7890/ | |
HTTP_PROXY=http://127.0.0.1:7890/ | |
HTTPS_PROXY=http://127.0.0.1:7890/ | |
FTP_PROXY=http://127.0.0.1:7890/ | |
socks5_proxy="127.0.0.1:7890" | |
SOCKS5_PROXY="127.0.0.1:7890" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment