当前位置:首页 > 记录 > 正文内容

远程桌面 frp KCP UDP TCP

3年前 (2021-08-19)记录

参考以下

https://www.0z.gs/soso/817.html

https://blog.csdn.net/menghuanbeike/article/details/100793876

https://zhuanlan.zhihu.com/p/265171894

https://www.jianshu.com/p/ae415298f6a6

https://blog.csdn.net/qq_35427539/article/details/104001378


测试正常的示例


frpc.ini



[common]

server_addr = x.x.x.x
server_port = 7000
protocol = kcp
token = testpasswd


[3389]

type = tcp

local_ip = 127.0.0.1

local_port = 3389

remote_port = 33891

[3389UDP]

type = udp

local_ip = 127.0.0.1

local_port = 3389

remote_port = 33892




frps.ini


[common]
bind_port = 7000
kcp_bind_port = 7000
bind_udp_port = 7001
token = testpasswd

碰到错误的几个想法

  1. 先看看端口是否打开

  2. 从最简单的开始配置,慢慢排查问题

相关文章

Microsoft Edge安装包官网下载链接(支持Windows、安卓、苹果)

链接:https://www.microsoftedgeinsider.com/en-us/download其他版本可以在下面选择...

Windows Server 2012 R2多语言包

https://soft.shaobing.ru/Windows/%E7%B3%BB%E7%BB%9F%E8%AF%AD%E8%A8%80%E5%8C%85/...

安卓手机免root搭建青龙面板各种记录

安卓手机免root搭建青龙面板各种记录

记录一下,免的下次手贱还想折腾百度一下知道了基本流程1,下载软件ZeroTermux和青龙面板恢复包2,安装青龙面板恢复包3,启动青龙面板4,设置青龙面板5,拉库6,提取cookies7,设置微信机器...

Cachify插件的一些转载

以下来源于:https://www.xiapilu.com/web/web-tutorial/cachify-accelerate-website-wordpress.htmlhttps://www....

Microsoft office E5 各种各种各种

注意点1:如果有合适的网络环境注册会很顺利,如果没有,会出现什么现在不能创建沙盒之类的莫名其妙的问题,如果可以,尽量早上注册,实际测试晚上的速度相当让人爆炸注意点2:有的token只会出现一次,最好出...

docker 基础命令大全

摘抄自:https://kejilion.blogspot.com/2023/02/docker.html官方安装dockercurl -fsSL https://get.docker.com -o...