502
个编辑
更改
→《frpc.ini》文档
<pre>
[common]
server_addr = xxx.xxx.xxx.xxx # 服务器地址server_port = xxxx # 服务器端口privilege_token = xxxxxx # token = xxxxxx 有些服务端版本采用这个字节,多数采用“privilege_token”字节,token理解为密码
protocol = tcp
[http]
type = http # http协议orhttps协议,如果两个都要的话就单独复制一段[https]local_ip = 192.168.x.xx # 群晖的内网IPlocal_port = xxxxx # 你自己的web服务器端口custom_domains = xxxxxxx.xxx # 如果你有自己的域名,可以设置你自己的域名,先将自己的顶级域名解析到xxxxxxx.xxx如果你有自己的域名,可以设置你自己的域名,先将自己的顶级域名解析到frp服务器域名(用CNAME记录,不要用A记录如二级域名的话用CNAME记录,不要用A记录)# subdomain = nas # 选择一个可用的子域名,你的访问地址将会是http全局下唯一的子域名,你的访问地址将会是http://nassubdomain.xxx.xxx,服务器端必须已绑定顶级域名,否则不要设置;# 此外,顶级域名需要在域名系统上做好CNAME的泛解析,否则不可用。HOST:*.xxx.xxxxxxxxx;Value:xxx.xxx,服务器端必须已绑定顶级域名,否则不要设置xxx。
[ssh]
type = tcp
local_ip = 192.168.x.xxx
local_port = xxxxxx # 需要转发到的端口,ssh端口默认是22remote_port = xxxxxx # frp服务端的远程监听端口,即你访问服务端的remote_port就相当于访问客户端的 local_port,如果填0则会随机分配一个端口
#[DSM]
# type = tcp # tcp协议
# local_ip = 192.168.x.xxx # 127.0.0.1指穿透本机,也可以填写群晖内网IP.# local_port = xxxxxx # 群晖内网HTTP端口,默认为5000.# remote_port = xxxx # 映射到外网端口,暴露给服务器,这个客户端必须唯一# subdomain = nas # 选择一个可用的子域名,你的访问地址将会是http://nas.xxxxxx.xxx,服务器端必须已绑定顶级域名,否则不要设置
</pre>