You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Proposed
Replacement of HotReload configuration. Server create work port by
Token validation & client config.
Use Case
Server Cluster provides 100,000+ Traverse-NAT easily.
eg: A server side only need a simple config like:
# server.toml
[server]
bind_addr = "0.0.0.0:2333"# `2333` specifies the port that rathole listens for clientsdefault_token = "use_a_secret_that_only_you_know"dynamic_port = 1
Each client was told to use specific avaliable server host, work port after hashatged.
Feature Proposed
Replacement of HotReload configuration. Server create work port by
Token validation & client config.
Use Case
Server Cluster provides 100,000+ Traverse-NAT easily.
eg: A server side only need a simple config like:
Each client was told to use specific avaliable server host, work port after hashatged.
via token validation, server could serve
Each Client get indivdual server & work port for Traverse-NAT,
The text was updated successfully, but these errors were encountered: