anywherelan / awl

Securely connect your devices into a private network
https://anywherelan.com
Mozilla Public License 2.0
410 stars 23 forks source link

Allow to use peers as relays to access to another peers behind NAT #103

Open pymq opened 1 year ago

pymq commented 1 year ago

For now only community bootstrap nodes can be used as relays (they announce themselves as relays). But we can add more clever thing: allow you to use your friendly devices as a relay for you. This feature will make awl truly mesh vpn.

How this will work. For instance, you have 3 devices: server 1 with public IP, server 2 without public IP and your laptop, they all know each other. Because server 1 have public IP, you can connect to server 2 from your laptop via server 1.

More technically:

dillfrescott commented 1 year ago

Great idea!