更新 frpc.sh
This commit is contained in:
parent
5f64ddfe9f
commit
c5bbab63da
21
frpc.sh
21
frpc.sh
@ -65,12 +65,21 @@ else
|
||||
server_addr = "$FRPS_SERVER"
|
||||
server_port = $FRPS_PORT
|
||||
|
||||
# 添加您的隧道规则,例如:
|
||||
# [[proxies]]
|
||||
# name = "web"
|
||||
# type = "http"
|
||||
# localPort = 80
|
||||
# customDomains = ["example.com"]
|
||||
auth.method = "token"
|
||||
auth.token = "swz"
|
||||
|
||||
webServer.addr = "0.0.0.0"
|
||||
webServer.port = 7878
|
||||
webServer.user = "admin"
|
||||
webServer.password = "bjyc3219727"
|
||||
webServer.pprofEnable = false
|
||||
|
||||
[[proxies]]
|
||||
name = "ssh_random"
|
||||
type = "tcp"
|
||||
localIP = "10.105.56.8"
|
||||
localPort = 1030
|
||||
remotePort = 1030
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user