mirror of
https://github.com/bin456789/reinstall.git
synced 2025-06-07 12:59:58 +00:00
25 lines
378 B
TOML
25 lines
378 B
TOML
serverAddr = "YOUR_FRP_SERVER_IP"
|
|
serverPort = 7000
|
|
auth.token = "YOUR_FRP_TOKEN"
|
|
|
|
[[proxies]]
|
|
name = "ssh"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 22
|
|
remotePort = 2222
|
|
|
|
[[proxies]]
|
|
name = "rdp_tcp"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 3389
|
|
remotePort = 33890
|
|
|
|
[[proxies]]
|
|
name = "rdp_udp"
|
|
type = "udp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 3389
|
|
remotePort = 33890
|