mirror of https://github.com/rapiz1/rathole.git
10 lines
156 B
TOML
10 lines
156 B
TOML
|
[client]
|
||
|
remote_addr = "example.com:2333"
|
||
|
|
||
|
[client.transport]
|
||
|
type = "tls"
|
||
|
|
||
|
[client.services.service1]
|
||
|
token = "whatever"
|
||
|
local_addr = "127.0.0.1:1081"
|