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

Proxies require lowercase #88

Closed
Sp5rky opened this issue Mar 30, 2024 · 0 comments
Closed

Proxies require lowercase #88

Sp5rky opened this issue Mar 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Sp5rky
Copy link

Sp5rky commented Mar 30, 2024

Describe the bug
When typing the proxy_providers in capitals for the 2 letter countries it fails

To Reproduce
In devine.yaml adding the proxies causes --proxy basic:JP or basic:jp to not be recognized and fails to connect

proxy_providers:
  basic:
    JP:
      - https://<user>:<password>@<host>:<port>
    SG: 
      - https://<user>:<password>@<host>:<port>
    PH:
      - https://<user>:<password>@<host>:<port>

Expected behavior
Connect to proxy regardless of capitals

Screenshots
1
2

Additional context
changing the devine.yaml to lowercase like the --proxy basic:jp now works correctly

proxy_providers:
  basic:
    jp:
      - https://<user>:<password>@<host>:<port>
    sg: 
      - https://<user>:<password>@<host>:<port>
    ph:
      - https://<user>:<password>@<host>:<port>
@rlaphoenix rlaphoenix added the bug Something isn't working label Apr 1, 2024
rlaphoenix added a commit that referenced this issue Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants