Files
Project_Velocity/infrastructure/desineuron_ingress/rathole-client.toml
2026-04-12 02:02:58 +05:30

13 lines
257 B
TOML

[client]
remote_addr = "__INGRESS_HOST__:2333"
default_token = "__RATHOLE_TOKEN__"
[client.transport]
type = "noise"
[client.transport.noise]
remote_public_key = "__RATHOLE_SERVER_PUBLIC_KEY__"
[client.services.https_origin]
local_addr = "127.0.0.1:443"