mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
core: 添加 frpc 内网穿透
This commit is contained in:
24
frpc-example.toml
Normal file
24
frpc-example.toml
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user