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

Proxy improvements #374

Merged
merged 5 commits into from
Jan 21, 2024

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    440ff2f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    35520d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9b3a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e111f View commit details
    Browse the repository at this point in the history
  4. Remove unused dependencies and refactor proxy handling

    In some tests made on the testProxy function, the `new ProxyAgent()` was not working, even adding it the IP result was the same.
    
    I've change it to the `new HttpsProxyAgent()` and it worked.
    
    Refactored the proxy agent to center the same function/creation the same where it is used
    judsonjuniorr committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    5292e56 View commit details
    Browse the repository at this point in the history