This commit is contained in:
ithink.chan 2019-10-31 15:02:41 +08:00
commit 5f317de5af
1 changed files with 3 additions and 1 deletions

View File

@ -44,12 +44,14 @@ tunnels:
demo0: demo0:
proto: http proto: http
addr: 80 addr: 80
region: cn
demo1: demo1:
proto: tcp proto: tcp
addr: 22 addr: 22
region: cn
``` ```
以上配置了 http 和 tcp 服务,注意上述配置 http 的同时将自动产生一个 https 的隧道监听配置。之后使用: 以上配置了 http 和 tcp 服务,并选择使用中国服务器,注意上述配置 http 的同时将自动产生一个 https 的隧道监听配置。之后使用:
```sh ```sh
# Start tunnels by name from config file # Start tunnels by name from config file