forked from sagnik/Project_Velocity
13 lines
257 B
TOML
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"
|