-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cjdns over tcpcrypt #198
Comments
You could do something like this, but it would be bad for performance if you're planning to use tcp over cjdns afterwards. |
In my case, performance is not the main thing, it is important to at least connect to the network. |
You could try using cjdns with something like https://github.com/MarkoPaul0/DatagramTunneler |
This is a good solution for which you need to have your own DatagramTunneler-server, which I don't have. Both computers I want to link are behind NAT, and I could use an existing cjdns node to do this. |
I wanted to use cjdns, but I was faced with the fact that one of my providers prohibits all traffic except TCP on port 443. Could you make cjdns work not only over UDP, but also over TCP (in particular, over tcpcrypt)?
The text was updated successfully, but these errors were encountered: