1 我的问题:FRP服务端frps、客户端frpc运行正常,为何还是无法访问web服务:http://xyz.example.com:8080/?
2 配置文件
服务端配置文件
[common]
bind_port = 7000
token = admin
authentication_timeout = 3900
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
vhost_http_port = 8080
vhost_https_port = 10443
subdomain_host = example.com
客户端配置文件
[common]
server_addr = X.X.X.X
server_port = 7000
token = admin
[web]
type = http
local_port = 80
use_encryption = true
use_compression = true
subdomain = xyz
3 日志文件
位于服务器端的日志:
2019/05/18 09:17:00 [I] [service.go:139] frps tcp listen on 0.0.0.0:7000
2019/05/18 09:17:00 [I] [service.go:181] http service listen on 0