This commit is contained in:
awei
2025-03-03 17:43:50 +08:00
commit 113756eaae
1497 changed files with 127997 additions and 0 deletions

28
frpc-client/frpc.toml Normal file
View File

@@ -0,0 +1,28 @@
# frpc 基础配置
serverAddr = "47.239.121.24"
serverPort = 7000
auth.method = "token"
auth.token = "8f3c9b7d5e2a4f6h1i0j"
[[proxies]]
name = "http"
type = "tcp"
localIP = "127.0.0.1"
localPort = 80
remotePort = 80
[[proxies]]
name = "https"
type = "tcp"
localIP = "127.0.0.1"
localPort = 443
remotePort = 443
[[proxies]]
name = "zerotier"
type = "udp"
localIP = "127.0.0.1"
localPort = 9993
remotePort = 9993