commit current project

This commit is contained in:
awei
2025-03-09 16:14:12 +08:00
parent 4e51db4edd
commit 21f4026106
7 changed files with 144 additions and 47 deletions

View File

@@ -19,10 +19,66 @@ localPort = 443
remotePort = 443
[[proxies]]
name = "zerotier"
name = "tailscale3478u"
type = "udp"
localIP = "127.0.0.1"
localPort = 9993
remotePort = 9993
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