Commit c6e7592f3ec9c8aaa7fa8288c47f4cf06c5bf4ea
Committed by
GitHub
1 parent
545e0efc
Exists in
master
Update ngrok.conf
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
ngrok.conf
@@ -11,6 +11,11 @@ tunnels: | @@ -11,6 +11,11 @@ tunnels: | ||
11 | subdomain: "www.test" | 11 | subdomain: "www.test" |
12 | proto: | 12 | proto: |
13 | https: 192.168.1.1:80 | 13 | https: 192.168.1.1:80 |
14 | + nas: | ||
15 | + remote_port: 5000 | ||
16 | + subdomain: "nas" | ||
17 | + proto: | ||
18 | + http: 192.168.1.20:5000 | ||
14 | mian: | 19 | mian: |
15 | remote_port: 12322 | 20 | remote_port: 12322 |
16 | proto: | 21 | proto: |