Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • BridgeDB BridgeDB
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Anti-censorship
  • BridgeDBBridgeDB
  • Issues
  • #12932
Closed
Open
Issue created Aug 23, 2014 by Matthew Finkel@sysrqb

Transport Key-Value pairs should be space separated

pt-spec says that the options should be space-separated:

 2.1.0.1. Bridge torrc lines

    Bridge lines specify how Tor should connect to a bridge. The Bridge
    line format is:
 
       Bridge [<transport>] <address>:<port> [<id-fingerprint>] [<k>=<v>] [<k>=<v>] [<k>=<v>]
 
    The PT-specific parts of this format are the [transport] and [k=v]
    values.
 
    <transport> is the name of the PT that MUST be used when connecting to
    the bridge, and the <k>=<v> values are PT-specific parameters that
    MUST be passed to the PT when connecting to the bridge (this MAY
    include keys, passwords or other PT configuration options) as
    specified in [CLIENTPARAMS].

we comma-separate them:

        args = ",".join(["%s=%s" % (k, v) for k, v in self.argdict.items()])
Assignee
Assign to
Time tracking