Remix.run Logo
Bender 7 hours ago

What are the risks if any of running public relays? Is this similar in concept to running Tor Guard Nodes / Relays?

rklaehn 7 hours ago | parent | next [-]

If you run a public unauthenticated relay you act as a home relay for whoever has your relay configured in their relay map and is close in terms of latency.

So you might get a lot of traffic. You can configure rate limiting, as we do on our public relays.

The traffic is fully encrypted and can not be decrypted by the relay. The only information the relay has is what is necessary for it to function - the endpoint id and ip addresses of the endpoints that are connected to it at any given time, as well as endpoint pairings.

You relay encrypted traffic with no egress to the open internet. So if you want to compare it with Tor, it would be like a tor guard/middle relay, not an exit node.

Bender 6 hours ago | parent [-]

So if you want to compare it with Tor, it would be like a tor guard/middle relay, not an exit node.

Nice. I already do rate limiting, traffic balancing using sch cake. This looks like an interesting project. I could envision open source NVR's implementing this. I also like the name of the project.

Arqu 7 hours ago | parent | prev [-]

All the data is e2e encrypted and nothing is stored. The usual self hosting public things rules apply.