mirror of https://github.com/rapiz1/rathole.git
8 lines
127 B
TOML
8 lines
127 B
TOML
|
[client]
|
||
|
remote_addr = "localhost:2333"
|
||
|
default_token = "123"
|
||
|
|
||
|
[client.services.foo1]
|
||
|
type = "udp"
|
||
|
local_addr = "127.0.0.1:80"
|