Merge branch 'master' of https://git.coding.net/lion187/NotePublic
This commit is contained in:
commit
5f317de5af
|
@ -44,12 +44,14 @@ tunnels:
|
|||
demo0:
|
||||
proto: http
|
||||
addr: 80
|
||||
region: cn
|
||||
demo1:
|
||||
proto: tcp
|
||||
addr: 22
|
||||
region: cn
|
||||
```
|
||||
|
||||
以上配置了 http 和 tcp 服务,注意上述配置 http 的同时将自动产生一个 https 的隧道监听配置。之后使用:
|
||||
以上配置了 http 和 tcp 服务,并选择使用中国服务器,注意上述配置 http 的同时将自动产生一个 https 的隧道监听配置。之后使用:
|
||||
|
||||
```sh
|
||||
# Start tunnels by name from config file
|
||||
|
|
Loading…
Reference in New Issue