9
(我也不知道问题出现在哪里,极有可能无法重现)
- 服务器:Ubuntu 16.04 x64
- 客户端:Windows 10 x64
- 访问测试环境:Windows 10 x64 chrome 电信线路,Android 6.0 opera mini 联通 lte 线路
服务器 ini 内容:
[common]
bind_port = 7000
vhost_http_port = 8081
[web]
type = http
custom_domains = frp.我的域名.com
auth_token = 123
客户端 ini 内容:
[common]
server_addr = 我服务器的IP
server_port = 7000
auth_token = 123
[web]
type = http
local_port = 80
此时两方终端均显示连接成功。 但访问 frp.我的域名.com:8081 时无法显示客户端 80 端口 host 的一个网页。
当服务器端 ini 下的 vhost 端口改成 8080,然后再访问 frp.我的域名.com:8080 则可以显示。