Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat 166: support http and https proxy from environment variable of http_proxy and https_proxy #487

Closed
wants to merge 1 commit into from

Commits on Sep 27, 2024

  1. sunpport http and https proxy, the added proxy file literally copyed …

    …form grpc-go source file google.golang.org/grpc/internal/transport/proxy.go, and just modify the dialer, if env http_proxy or https proxy is defined, it will try to dial the proxy address rather than the real target address
    LinPr committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    16dc23a View commit details
    Browse the repository at this point in the history