ThePorgs / Exegol

Fully featured and community-driven hacking environment
https://exegol.readthedocs.io/
GNU General Public License v3.0
1.95k stars 191 forks source link

Add proxy support #209

Closed Siopy closed 8 months ago

Siopy commented 8 months ago

Description

I added proxy support to the wrapper :)

Related issues

The wrapper was not using my system proxy, unable to retrieve exegol images/resources.

image

Point of attention

To avoid timeouts due to proxy processing, I doubled the request timeout time (from 5,10 to 10, 20).

ShutdownRepo commented 8 months ago

Very nice! Thanks a bunch for the PR Would probably be interesting to have a CLI option for that, what do you think @Dramelac ?

Dramelac commented 8 months ago

I saw in your PR, you didn't changed the timeout value, is it intended ?

Siopy commented 8 months ago

I saw in your PR, you didn't changed the timeout value, is it intended ?

This is an oversight during the pull request, i just added it with the new commit :)