249 words
1 minute
Sunshine + Moonlight + FRP + 公网服务器实现远程串流
被控端
前往sunshine官网进行下载
控制端
前往moonlight官网下载对应操作系统的安装包
frpc配置
serverAddr = ""serverPort = 7000
[[proxies]]name = "tcp-47984"type = "tcp"localIP = "127.0.0.1"localPort = 47984remotePort = 47984
[[proxies]]name = "tcp-47989"type = "tcp"localIP = "127.0.0.1"localPort = 47989remotePort = 47989
[[proxies]]name = "tcp-48010"type = "tcp"localIP = "127.0.0.1"localPort = 48010remotePort = 48010
[[proxies]]name = "udp-47998"type = "udp"localIP = "127.0.0.1"localPort = 47998remotePort = 47998
[[proxies]]name = "udp-47999"type = "udp"localIP = "127.0.0.1"localPort = 47999remotePort = 47999
[[proxies]]name = "udp-48000"type = "udp"localIP = "127.0.0.1"localPort = 48000remotePort = 48000
[[proxies]]name = "udp-48002"type = "udp"localIP = "127.0.0.1"localPort = 48002remotePort = 48002
[[proxies]]name = "udp-48010"type = "udp"localIP = "127.0.0.1"localPort = 48010remotePort = 48010
[[proxies]]name = "test-27036-tcp"type = "tcp"localIP = "127.0.0.1"localPort = 27036remotePort = 27036
[[proxies]]name = "test-27036-udp"type = "udp"localIP = "127.0.0.1"localPort = 27036remotePort = 27036
[[proxies]]name = "test-27037-tcp"type = "tcp"localIP = "127.0.0.1"localPort = 27037remotePort = 27037
[[proxies]]name = "test-27031-udp"type = "udp"localIP = "127.0.0.1"localPort = 27031remotePort = 27031CAUTIONfrp客户端开启代理后无法接受入站请求
Sunshine + Moonlight + FRP + 公网服务器实现远程串流
https://blog.282994.xyz/posts/sunshine--moonlight--frp--公网服务器实现远程串流/