rathole/examples/udp/client.toml

8 lines
127 B
TOML
Raw Normal View History

2021-12-21 14:11:46 +01:00
[client]
remote_addr = "localhost:2333"
default_token = "123"
[client.services.foo1]
type = "udp"
local_addr = "127.0.0.1:80"