Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

tun2socks: Implement support for HTTP proxies #107

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2020

  1. Implement support for HTTP proxies

    Implement support for HTTP/1.1 proxies using the HTTP CONNECT method.
    This commit also implements basic authentication using the Proxy-Authorization
    header. It adds a BHttpProxyClient structure which is based on the
    BSocksClient implementation.
    blechschmidt committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    f57f6b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1297570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4448e82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cd80be View commit details
    Browse the repository at this point in the history