-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
FundblockedTasks which are blocked on other work.Tasks which are blocked on other work.needs inputquestionFurther information is requestedFurther information is requested
Description
The Idea of this feature request is to be able to use a http/socks proxy directly with tor without any intermediate server like rama/g3proxy as described in How to run tor arti with g3 http proxy
arti have Integrating Arti in three ways page which shows the options the arti developers see for integration.
Instead of using this
---
config:
theme: neutral
---
flowchart LR
A[Client] -->|HTTP-protocol| B[g3] -->|SOCKS-Proxy| C[arti] --> D[TOR-Network] --> G[Original Destination]
E[Client] -->|SOCKS-protocol| C[arti]
would it be nice to have such an option.
---
config:
theme: neutral
---
flowchart LR
A[Client] -->|HTTP-listener| B[rama+arti] --> D[TOR-Network] --> G[Original Destination]
C[Client] -->|SOCKS-listener| B[rama+arti]
Metadata
Metadata
Assignees
Labels
FundblockedTasks which are blocked on other work.Tasks which are blocked on other work.needs inputquestionFurther information is requestedFurther information is requested