nknorg / nconnect

Securely connect to remote machines without the need of any server, public IP address, or publicly exposed ports.
Apache License 2.0
106 stars 32 forks source link

nConnect client connects to multi servers #63

Closed billfort closed 1 year ago

billfort commented 1 year ago
  1. Config multi servers' remoteAdminAddr;
  2. Query servers' local IP for routing;
  3. Set up nkn tunnel for each server;
  4. Route data to each server by the server's local IP;
  5. Route other data to the default tunnel if the IP or target is not in the routing table.