26 行
482 B
Plaintext
26 行
482 B
Plaintext
|
|
# WSL 设备专用
|
||
|
|
# 仅承载 win.xuqinmin.com 相关入口,不承载 jenkins.xuqinmin.com。
|
||
|
|
|
||
|
|
serverAddr = "YOUR_FRPS_HOST"
|
||
|
|
serverPort = 7000
|
||
|
|
|
||
|
|
auth.method = "token"
|
||
|
|
auth.token = "YOUR_FRP_TOKEN"
|
||
|
|
|
||
|
|
webServer.addr = "127.0.0.1"
|
||
|
|
webServer.port = 7402
|
||
|
|
|
||
|
|
[[proxies]]
|
||
|
|
name = "lawless-docs"
|
||
|
|
type = "http"
|
||
|
|
localIP = "127.0.0.1"
|
||
|
|
localPort = 8080
|
||
|
|
customDomains = ["win.xuqinmin.com"]
|
||
|
|
|
||
|
|
[[proxies]]
|
||
|
|
name = "lawless-wsl-ssh"
|
||
|
|
type = "tcp"
|
||
|
|
localIP = "127.0.0.1"
|
||
|
|
localPort = 22
|
||
|
|
remotePort = 2224
|