-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple connect without RELAY + E2EE? #11
Comments
Sorry for breaking your setup. There's no technical reason for requiring two interfaces if you're just going to do one hop, we just went in that direction because it was easier to implement one solution for single-hop and multi-hop. For now you will have to keep using v0.2.1 if you can only configure one interface on the client, but we can consider adding support for a situation like this. What do you think about a flag like |
Thanks for you quick reply. Sounds good. An alternative is to do My gut feeling is that most users need the simple E2EE onlh and multihop tunnels are the special case ( |
Related: the e2ee interface should probably use the port specified by the configure command instead of assigning that to the relay interface. Currently the e2ee interface seems to get 51821 by default with no way to change it. That way a client that doesn't need multihop can use just the e2ee interface in environments where the server can only reach out on limited ports. Though ideally you would also be able to specify the listening port for the relay interface too. |
@SkyperTHC Please checkout #12 and let me know if this works for you. Just use |
@luker983 thanks for |
Hello,
thanks for your great work. I noticed that the API changed and now it requires two tunnels (Relay + E2EE).
Is there any way to use the new wiretap in a mode how it used to be? A single tunnel between Client <-> Server without Relay+E2EE?
(I'm operating wiretap in a setting where I can only supply a single private + public key on the client (through an RPC interface) and there is no way to add two private and two public keys to achieve a E2EE tunnel inside a Relay tunnel. The last working wiretap that supports simple P2P tunnels seems to be v0.2.1)
The text was updated successfully, but these errors were encountered: