mirror of https://github.com/rapiz1/rathole.git
13 lines
232 B
TOML
13 lines
232 B
TOML
|
[client]
|
||
|
remote_addr = "localhost:2333"
|
||
|
default_token = "123"
|
||
|
|
||
|
[client.transport]
|
||
|
type = "tls"
|
||
|
[client.transport.tls]
|
||
|
trusted_root = "example/tls/ca-cert.pem"
|
||
|
hostname = "0.0.0.0"
|
||
|
|
||
|
[client.services.foo1]
|
||
|
local_addr = "127.0.0.1:80"
|