ameshkov / sniproxy

SNI proxy with embedded DNS server that supports blocking and forwarding rules.
Apache License 2.0
61 stars 6 forks source link

Add support for HTTP(S) proxy w/ CONNECT method #1

Closed Snawoot closed 1 year ago

Snawoot commented 1 year ago

This set of changes introduces support for HTTP(S) proxies supporting CONNECT method. Also optional basic authentication is supported. Example:

sniproxy --dns-redirect-ipv4-to=1.1.1.1 --forward-proxy='https://admin:XXXXXXXX@example.org'