Skip to content

Instantly share code, notes, and snippets.

@LIPiston
Created June 7, 2022 07:45
Show Gist options
  • Save LIPiston/23b76ac0a927b047fdda91f462b922ee to your computer and use it in GitHub Desktop.
Save LIPiston/23b76ac0a927b047fdda91f462b922ee to your computer and use it in GitHub Desktop.
environment
#
#/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