网友 崇拜技术大佬 说:
*帖最后由 崇拜技术大佬 于 2022-6-19 15:12 编辑
要实现远程访问*地路由器:ip:88
这个地址
frp服务端已经配置安装完成,用的这个脚*:
- **et –no-check-certificate https://raw.githubusercontent.com/clangcn/onekey-install-shell/******/frps/install-frps.sh -O ./install-frps.sh
- chmod 700 ./install-frps.sh
- ./install-frps.sh install
网友 huahua101 说:
*帖最后由 huahua101 于 2022-6-19 15:20 编辑
# 绑定你的 frps ***:
# 1.***IP地址或域名 2.密钥 3.端口
# 如**卡慢,可删除最后一行注释标签“#”开启kcp传输
[common]
******_addr = 159.75.1.2(***vps ip)
token = xxxxxxxxxxxx(你设置的服务端token)
******_port = 5443(***通讯端口)
p**tocol = kcp
# http 端口转发设置
# custom_domains 可以是域名或者*** IP
# 如需开启密码访问,删除最后两行注释标签“#”即可
[remote_desktopx]
type = tcp
local_port = 3389[*地3389]
remote_port = 4489[远程用4489访问,远程桌面连接用8.8.8.8:4489连接]
[http_001]
type = http
local_port = 80
custom_domains = www.hostloc.com
[https_001]
type = https
local_port = 443
custom_domains = www.hostloc.com
[http_002]
type = http
local_port = 80
custom_domains = bbs.hostloc.com
[https_002]
type = https
local_port = 443
custom_domains = bbs.hostloc.com
爱主机