mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-21 16:01:31 +00:00
10 lines
142 B
TOML
10 lines
142 B
TOML
server = "127.0.0.1:9527"
|
|
|
|
#[auth]
|
|
#token = "YOUR_TOKEN"
|
|
|
|
[[tunnels]]
|
|
name = "ssh"
|
|
protocol = "tcp"
|
|
service = "127.0.0.1:22"
|
|
remotePort = 9000 |