Skip to content

Instantly share code, notes, and snippets.

@xinyii
Created July 28, 2021 04:27
Show Gist options
  • Save xinyii/6ff5dc2cd0002250a5070006b7a9a058 to your computer and use it in GitHub Desktop.
Save xinyii/6ff5dc2cd0002250a5070006b7a9a058 to your computer and use it in GitHub Desktop.
[Minikube proxy] #docker #k8s
export HTTP_PROXY=http://127.0.0.1:10809
export HTTPS_PROXY=http://127.0.0.1:10809
export ALL_PROXY=socks5://127.0.0.1:10808
export NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24
set HTTP_PROXY=http://127.0.0.1:10809
set HTTPS_PROXY=http://127.0.0.1:10809
set ALL_PROXY=socks5://127.0.0.1:10808
set NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment