85 lines
1.3 KiB
TOML
85 lines
1.3 KiB
TOML
# 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 = "tailscale3478u"
|
|
type = "udp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 3478
|
|
remotePort = 3478
|
|
|
|
[[proxies]]
|
|
name = "tailscale3478t"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 3478
|
|
remotePort = 3478
|
|
|
|
[[proxies]]
|
|
name = "tailscale50443t"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 50443
|
|
remotePort = 50443
|
|
|
|
[[proxies]]
|
|
name = "tailscale41641u"
|
|
type = "udp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 41641
|
|
remotePort = 41641
|
|
|
|
[[proxies]]
|
|
name = "tailscale50443u"
|
|
type = "udp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 50443
|
|
remotePort = 50443
|
|
|
|
[[proxies]]
|
|
name = "tailscale12345u"
|
|
type = "udp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 12345
|
|
remotePort = 12345
|
|
|
|
[[proxies]]
|
|
name = "tailscale12345"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 12345
|
|
remotePort = 12345
|
|
|
|
[[proxies]]
|
|
name = "tailscale8881t"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 8881
|
|
remotePort = 8881
|
|
|
|
[[proxies]]
|
|
name = "tailscale8881u"
|
|
type = "udp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 8881
|
|
remotePort = 8881
|
|
|
|
|