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

远程桌面 frp KCP UDP TCP

4年前 (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. 从最简单的开始配置,慢慢排查问题

相关文章

VPS debian10 安装 WIN2008 系统 过程

VPS debian10 安装 WIN2008 系统 过程

参考:http://www.321002.com/99.html参考:http://down.80host.com/iso/dd/  参考:https://51.ruyo.net/...

Alipay hk 各个认证的情况

未认证账户单笔消费限额为HKD 3,000,全年累计消费限额为HKD 25,000; 中级认证账户单笔消费限额为HKD 5,000,全年累计消费限额为HKD 100,000; (现金增值也是...

一些需要知道的东西

整合自网络Part1:APP广告变现参与者服务需求方TD(Trading Desk)采购交易平台类似DSP,但需求方可以在TD上统一管理多个DSP平台的投放。DSP(Demand-Side Platf...

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...