一点点做,一点点多
FRPc配置文件 V1.1.0(250216)
# 250216 FRPc配置文件 V1.1.0
[common]
server_addr = 47.113.119.78 # 公网服务器IP
server_port = 15444 # 与服务端配置的bind_port一致
token = 4PLbPLZgBxjm9Y3O # 验证令牌,与服务端一致
[ssh-6000]
type = tcp
local_ip = 192.168.1.4
local_port = 22 # 内网服务端口(如SSH)
remote_port = 6000 # 外部访问端口(分配6000~6099)
[pve_web-6001]
type = tcp
local_ip = 192.168.1.4
local_port = 8006 # pve的web面板
remote_port = 6001 # 外部访问端口(分配6000~6099)
# [web]
# type = http
# local_port = 8006 #内网Web服务端口(pve的web版面板)
# custom_domains = pve-01.dododot.co # 自定义域名(采用dododot.co的子域名,命名结构【应用名+去头remote_port.dododot.co】)