rathole/examples/tls/client.toml

13 lines
234 B
TOML
Raw Permalink Normal View History

2021-12-15 08:12:36 +01:00
[client]
2023-03-07 14:25:42 +01:00
remote_addr = "127.0.0.1:2333"
2021-12-15 08:12:36 +01:00
default_token = "123"
[client.transport]
type = "tls"
[client.transport.tls]
2023-03-07 14:25:42 +01:00
trusted_root = "examples/tls/rootCA.crt"
hostname = "localhost"
2021-12-15 08:12:36 +01:00
[client.services.foo1]
local_addr = "127.0.0.1:80"