mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-05-11 20:21:18 +00:00
Update ngrok.yml
This commit is contained in:
parent
4c0e5f7ac9
commit
4cf4210b04
20
ngrok.yml
20
ngrok.yml
|
@ -1,16 +1,12 @@
|
|||
---
|
||||
authtoken: <add_your_token_here>
|
||||
# region: ap
|
||||
region: <region>
|
||||
tunnels:
|
||||
ssh:
|
||||
socks:
|
||||
addr: <socks5_port>
|
||||
metadata: "{\"serial\": \"v1-0001-socks\", \"port\": \"<socks5_port>\"}"
|
||||
proto: tcp
|
||||
ssh:
|
||||
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
|
||||
metadata: "{\"serial\": \"v1-0001-ssh\", \"port\": \"22\"}"
|
||||
proto: tcp
|
||||
|
|
Loading…
Reference in New Issue
Block a user