Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 210
    • Merge Requests 210
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #5664

Closed
Open
Opened May 31, 2016 by Felix Bauer@OHaithu0

Add TransPort feature to tor

Hello,

I would like to suggest to add TransPort feature to Tor Onion Router package to allow to use it for transpartent proxying.

So far tor service reports the following:
[warn] Failed to parse/validate config: TransPort and TransListenAddress are disabled in this build.

Sam Dodrill is maintainer of this packet.

The message is triggered by the following code in config.c:
#ifndef USE_TRANSPARENT
if (optionsTransPort || options>TransListenAddress)
REJECT ("TransPort and TransListenAddress are disabled in this build.");
#endif

USE_TRANSPARENT is defined by configure.ac (https://gitweb.torproject.org/tor.git/tree/configure.ac)
and can be passed to it using “—disable-transparent” or “—enable-transparent”.

Best
Felix

(from redmine: issue id 5664, created on 2016-05-31)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#5664