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

[Feature Request] Add proxy. #88

Open
Abab-bk opened this issue May 11, 2024 · 1 comment · May be fixed by #106
Open

[Feature Request] Add proxy. #88

Abab-bk opened this issue May 11, 2024 · 1 comment · May be fixed by #106

Comments

@Abab-bk
Copy link

Abab-bk commented May 11, 2024

I need use VPN to download godot from github and TuxFamily.
But, godots cant pass proxy by default.
So i gotta enable tun mode.
My request: Add a setting on option.

@EthanGrahn
Copy link
Contributor

This should be as easy as using set_http(s)_proxy in the custom HTTPClient code here.

var http_request = HTTPRequest.new()

Of course options will also need to be added to the settings and they will need to be retrieved before setting the proxy.

@EthanGrahn EthanGrahn linked a pull request Oct 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants