远程桌面 frp KCP UDP TCP
参考以下
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
碰到错误的几个想法
先看看端口是否打开
从最简单的开始配置,慢慢排查问题