Skip to content

Bypassing from proxy #11518

Closed Answered by gpahlevanzadeh
gpahlevanzadeh asked this question in Q&A
Discussion options

You must be logged in to vote

You have to manipulate k3s.service and add the following lines in Service section:

Environment="HTTP_PROXY=http://127.0.0.1:81"
Environment="HTTPS_PROXY=http://127.0.0.1:81"
Environment="NO_PROXY=127.0.0.1,debian,localhost"

Then reload systemd daemon such as:
sysetmctl daemon-reload
Then restart k3s such as :
systemctl restart k3s

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gpahlevanzadeh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant