Support for node-level proxy chain #236
piyoki
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Scenario 1: Forwarding chains for privacy
Assume that you are A, and B is the relay server, and C is the endpoint server.
The topology is:
In this case, B in the middle can only know that A has been accessing C, and C can only know that B has been visiting various websites.
Configure dae as:
Scenario 2: More flexible protocol by artificial
If you configured a
socks5 over wss
inbound on your v2ray server, you can use dae as the client.Configure dae as:
Scheme & Usage
node { new_node_name: 'node link 1 (endpoint) -> node link 2 (relay)' }
Example:
Moreover, if you are a subscription maker, you can also use such expressions in your subscription content. And then encode them with base64:
Implementation
Beta Was this translation helpful? Give feedback.
All reactions