Frp映射https配置:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
| 第4行: | 第4行: | ||
server_port = 3759 | server_port = 3759 | ||
authentication_method = token | authentication_method = token | ||
token = | token = password | ||
[web] | [web] | ||
| 第17行: | 第17行: | ||
bind_port = 3759 | bind_port = 3759 | ||
authentication_method = token | authentication_method = token | ||
token = | token = password | ||
dashboard_port = 3760 | dashboard_port = 3760 | ||
dashboard_user = admin | dashboard_user = admin | ||
dashboard_pwd = | dashboard_pwd = password | ||
vhost_https_port = 443 | vhost_https_port = 443 | ||
vhost_http_port = 80 | vhost_http_port = 80 | ||
2026年1月29日 (四) 11:18的最新版本
client-side
[common]
server_addr = ipaddress
server_port = 3759
authentication_method = token
token = password
[web]
type = https
local_ip = 127.0.0.1
local_port = 443
remote_port = 443
custom_domains = wiki.fangc.top
server
[common]
bind_port = 3759
authentication_method = token
token = password
dashboard_port = 3760
dashboard_user = admin
dashboard_pwd = password
vhost_https_port = 443
vhost_http_port = 80
# 心跳配置,默认的心跳配置时间是30
heartbeat_timeout = 30