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/proxy protocol support #332

Open
wants to merge 3 commits into
base: v2
Choose a base branch
from

Conversation

tim-crisp
Copy link

@tim-crisp tim-crisp commented Jun 1, 2024

Not coded for a while due to health conditions. Trying to get back into it slowly so go easy on me.

This adds support for additional proxy protocols that are supported in chrome. I personally like to use an encrypted proxy over TLS so I use https. That way your credentials aren't sent in plain-ish text (base64).

Supported proxies are (http was already supported):

  • http
  • https
  • socks4
  • socks5
  • quic

This should be backwards compatible with the current implementation (defaulting to http) and will conform to the rules you have in to prevent your public proxies from being hammered.

Only tested with Brave (chromium).

Thanks for maintaining this project.

@tim-crisp tim-crisp force-pushed the feature/proxy-protocol-support branch from bdd0270 to a5e44cc Compare June 1, 2024 19:21
@tim-crisp tim-crisp force-pushed the feature/proxy-protocol-support branch from a5e44cc to 98b4035 Compare June 1, 2024 19:56
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 this pull request may close these issues.

None yet

1 participant