Replies: 2 comments
-
你好, 我正在探索使用 Xray 实现一个具备特定隐私属性的[多跳中继](https://www.privacyguides.org/articles/2024/11/17/where-are-all-the-mprs/)(multi-hop relay)。具体而言,我想部署如下结构:
隐私目标如下:
这类似于 Tor 的洋葱路由设计,每个中继节点仅了解其相邻节点的信息。 以下是我目前尝试的配置:
问题
我目前正在研究代理配置与出站处理逻辑,欢迎任何关于如何更好实现上述目标的建议。 谢谢! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Based on what I'm seeing in this V2Fly article, I'm assuming that it is the case that a first hop is unable to view destination information and the packet is doubly encrypted on the client. Would love if anyone had stronger confirmation this is the case for Xray. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm exploring the possibility of creating a multi-hop relay using Xray with specific privacy properties. Specifically, I'm looking to implement a setup like this:
client → hop 1 → hop 2 → destination
With the following privacy constraints:
This is similar to how Tor's onion routing works, where each relay only knows its immediate neighbors in the circuit.
Here's what I've tried so far
Questions
I've been exploring the proxy configurations and outbound handlers but would appreciate guidance on where to focus my attention.
Thanks for any insights!
Beta Was this translation helpful? Give feedback.
All reactions