mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-02-06 15:05:48 +00:00
17 lines
291 B
YAML
17 lines
291 B
YAML
authtoken: <add_your_token_here>
|
|
# region: ap
|
|
tunnels:
|
|
ssh:
|
|
proto: tcp
|
|
addr: 22
|
|
# myapp-http:
|
|
# addr: 80
|
|
# proto: http
|
|
# hostname: example.com
|
|
# auth: "user:secretpassword"
|
|
# bind_tls: false
|
|
# myapp-https:
|
|
# addr: 443
|
|
# proto: tls
|
|
# hostname: example.com
|