Commit 300ac024710a48e1e23fb6be3324f7dcc34958e1
Committed by
GitHub
1 parent
45a46b09
Exists in
master
Rename ngrok_config.cfg to ngrok.cfg
Showing
2 changed files
with
18 additions
and
18 deletions
Show diff stats
... | ... | @@ -0,0 +1,18 @@ |
1 | +server_addr: ngrokd.win:4443 | |
2 | +trust_host_root_certs: false | |
3 | +inspect_addr: disabled | |
4 | +auth_token: test | |
5 | +password: "MjRsYVSA98Ixs1RM" | |
6 | + | |
7 | +tunnels: | |
8 | + | |
9 | + httptun: | |
10 | + remote_port: 8443 | |
11 | + subdomain: "www.test" | |
12 | + proto: | |
13 | + https: 192.168.1.1:80 | |
14 | + mian: | |
15 | + remote_port: 12322 | |
16 | + proto: | |
17 | + tcp: 192.168.1.1:22 | |
18 | + | ... | ... |
ngrok_config.cfg
... | ... | @@ -1,18 +0,0 @@ |
1 | -server_addr: ngrokd.win:4443 | |
2 | -trust_host_root_certs: false | |
3 | -inspect_addr: disabled | |
4 | -auth_token: test | |
5 | -password: "MjRsYVSA98Ixs1RM" | |
6 | - | |
7 | -tunnels: | |
8 | - | |
9 | - httptun: | |
10 | - remote_port: 8443 | |
11 | - subdomain: "www.test" | |
12 | - proto: | |
13 | - https: 192.168.1.1:80 | |
14 | - mian: | |
15 | - remote_port: 12322 | |
16 | - proto: | |
17 | - tcp: 192.168.1.1:22 | |
18 | - |