Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S Snowflake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Anti-censorship
  • Pluggable Transports
  • Snowflake
  • Merge requests
  • !64

Add SOCKS5 forward proxy support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open shelikhoo requested to merge shelikhoo/snowflake:dev-forwardproxy into main Nov 18, 2021
  • Overview 23
  • Commits 13
  • Pipelines 7
  • Changes 9

This change adds partial SOCKS5 forward proxy support to the snowflake. If TOR_PT_PROXY is set, and the value corresponds to a SOCKS5 proxy, the snowflake will use this proxy for communication with broker and proxy.

Things To Look At:

  • Forked pion/transport should be moved to another location.
  • To keep a non-breaking API, some functions will have a second form.
  • Additionally 3rd party library is introduced. It has insufficient documents.
  • If the proxy is not ready or incompatible, a silent error occurs.

(Subtask of #40069)

Edited Mar 24, 2022 by shelikhoo
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev-forwardproxy