服务端
IMPORTANT!!! 😠
记住在Zero Trust -> Settings -> Network -> Firewall -> Proxy 打开,开启UDP
https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.msi
安装服务以连接到cloudflare
set up
1 |
|
config.yaml
1 |
|
🆗,运行服务端cloudflared --config=./config.yaml tunnel run
还有一种是根据官网文档的直接在页面配置tunnel rdp协议,但是我没试出来😅
DONE :)
客户端
查看操作系统对应的客户端
如果是Windows 64位,则下载以下链接https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.exe
输入以下命令:
cloudflared access rdp --hostname rdp.yourdomain.com --url rdp://localhost:3366
客户端我用了3366端口转发,那么Remote Desktop就输入localhost:3366
:) 好喽
实测比向日葵好用 ;)