Skip to content
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

Open
ghost opened this issue Nov 18, 2020 · 4 comments
Open

Cjdns over tcpcrypt #198

ghost opened this issue Nov 18, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 18, 2020

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
Copy link
Member

kpcyrd commented Nov 18, 2020

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

@ghost
Copy link
Author

ghost commented Nov 18, 2020

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

@kpcyrd
Copy link
Member

kpcyrd commented Nov 19, 2020

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

@ghost
Copy link
Author

ghost commented Nov 26, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant