hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
154 stars 17 forks source link

Cjdns over tcpcrypt #198

Open ghost opened 3 years ago

ghost commented 3 years ago

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)?

kpcyrd commented 3 years ago

You could do something like this, but it would be bad for performance if you're planning to use tcp over cjdns afterwards.

ghost commented 3 years ago

In my case, performance is not the main thing, it is important to at least connect to the network.

kpcyrd commented 3 years ago

You could try using cjdns with something like https://github.com/MarkoPaul0/DatagramTunneler

ghost commented 3 years ago

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.