增加信息修正错误.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-05-20 13:48:02 +08:00
parent 9c89c9d87e
commit 38619ee76a
1 changed files with 5 additions and 3 deletions

View File

@ -51,7 +51,7 @@ tunnels:
region: cn
```
以上配置了 http 和 tcp 服务,并选择使用中国服务器注意上述配置 http 的同时将自动产生一个 https 的隧道监听配置。之后使用:
以上配置了 http 和 tcp 服务,并选择使用中国服务器。authtoken 后边需要填入从网站上获取的 token。注意上述配置 http 的同时将自动产生一个 https 的隧道监听配置。之后使用:
```sh
# Start tunnels by name from config file
@ -71,7 +71,7 @@ Tunnel Status online
Account username (Plan: xxx)
Version 2.39/2.46
Web Interface 127.0.0.1:4040
Forwarding tcp://1.tcp.cpolar.io:10078 -> 127.0.0.1:22
Forwarding tcp://1.tcp.cpolar.io:<port> -> 127.0.0.1:22
Forwarding http://xxxxxxxx.cpolar.io -> localhost:80
Forwarding https://xxxxxxxx.cpolar.io -> localhost:80
# Conn 0
@ -81,7 +81,9 @@ Avg Conn Time 0.00ms
上述 Forwarding 后面的内容即为远程访问用的网址。浏览器中直接输入 <http://xxxxxxxx.cpolar.io> 即可访问运行 Cpolar 服务的设备的 80 端口所提供的 Web 服务。输入:
```sh
ssh username@tcp://1.tcp.cpolar.io -p 10078
ssh username@tcp://1.tcp.cpolar.io -p <port>
```
就可以访问运行 Cpolar 服务的设备的 22 端口所提供的 ssh 服务。
具体开启了哪些隧道还可以在 [Cpolar 官网](https://www.cpolar.com) 个人账户的仪表板中查看。关于 Cpolar 的更多说明可参见[Cpolar 官网](https://www.cpolar.com)的帮助文档。