From 5a13b959a1053df843fca7a689ad7e3d80372f8a Mon Sep 17 00:00:00 2001 From: YuanHui <31339626+alsesa@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:51:38 +0800 Subject: [PATCH] update frpc --- files/192.168.31.101/frp/frpc.toml | 134 +++++++++++++++++++++++------ 1 file changed, 109 insertions(+), 25 deletions(-) diff --git a/files/192.168.31.101/frp/frpc.toml b/files/192.168.31.101/frp/frpc.toml index 78d12d0..5b1d9d8 100644 --- a/files/192.168.31.101/frp/frpc.toml +++ b/files/192.168.31.101/frp/frpc.toml @@ -1,4 +1,4 @@ -serverAddr = "154.204.181.192" +serverAddr = "192.238.204.39" serverPort = 15443 auth.method = "token" @@ -33,6 +33,48 @@ localIP = "192.168.31.3" localPort = 5666 remotePort = 5666 +[[proxies]] +name = "openwrt" +type = "tcp" +localIP = "192.168.31.4" +localPort = 80 +remotePort = 8002 + +[[proxies]] +name = "arch" +type = "tcp" +localIP = "192.168.31.5" +localPort = 10808 +remotePort = 10808 + +[[proxies]] +name = "rdp-duet-tcp" +type = "tcp" +localIP = "DUET" +localPort = 3389 +remotePort = 3389 + +[[proxies]] +name = "rdp-duet-udp" +type = "udp" +localIP = "DUET" +localPort = 3389 +remotePort = 3389 + +[[proxies]] +name = "rdp-nuc-tcp" +type = "tcp" +localIP = "NUC" +localPort = 3389 +remotePort = 3390 + +[[proxies]] +name = "rdp-nuc-udp" +type = "udp" +localIP = "NUC" +localPort = 3389 +remotePort = 3390 + [[proxies]] name = "ddns" type = "tcp" @@ -43,59 +85,101 @@ remotePort = 9876 [[proxies]] name = "frpc" type = "tcp" -localIP = "192.168.31.102" +localIP = "192.168.31.101" localPort = 7400 remotePort = 7400 -[[proxies]] -name = "lobe" -type = "tcp" -localIP = "192.168.31.103" -localPort = 3210 -remotePort = 3210 - -[[proxies]] -name = "openlist" -type = "tcp" -localIP = "192.168.31.104" -localPort = 5244 -remotePort = 5244 - [[proxies]] name = "gotify" type = "tcp" -localIP = "192.168.31.105" +localIP = "192.168.31.104" localPort = 80 -remotePort = 40266 +remotePort = 8080 + +[[proxies]] +name = "lobe" +type = "tcp" +localIP = "192.168.31.105" +localPort = 3210 +remotePort = 3210 [[proxies]] name = "dify" type = "tcp" localIP = "192.168.31.106" localPort = 80 -remotePort = 10080 +remotePort = 8081 [[proxies]] -name = "dify" +name = "n8n" type = "tcp" localIP = "192.168.31.107" localPort = 5678 remotePort = 5678 [[proxies]] -name = "kubepi" +name = "affine" type = "tcp" localIP = "192.168.31.108" -localPort = 80 -remotePort = 8090 +localPort = 3010 +remotePort = 3010 [[proxies]] -name = "moontv" +name = "vaultwarden" type = "tcp" localIP = "192.168.31.109" +localPort = 11001 +remotePort = 11001 + +[[proxies]] +name = "kubepi" +type = "tcp" +localIP = "192.168.31.110" +localPort = 80 +remotePort = 8084 + +[[proxies]] +name = "openlist" +type = "tcp" +localIP = "192.168.31.111" +localPort = 5244 +remotePort = 5244 + +[[proxies]] +name = "super producivity webdav" +type = "tcp" +localIP = "192.168.31.112" +localPort = 2345 +remotePort = 2345 + +[[proxies]] +name = "super producivity" +type = "tcp" +localIP = "192.168.31.112" +localPort = 8080 +remotePort = 8082 + +[[proxies]] +name = "mattermost" +type = "tcp" +localIP = "192.168.31.113" +localPort = 8065 +remotePort = 8065 + +[[proxies]] +name = "rocketchat" +type = "tcp" +localIP = "192.168.31.114" localPort = 3000 remotePort = 3000 +[[proxies]] +name = "tts" +type = "tcp" +localIP = "192.168.31.115" +localPort = 8000 +remotePort = 8001 + [[proxies]] name = "daed" type = "tcp" @@ -108,7 +192,7 @@ name = "k8s-80" type = "tcp" localIP = "192.168.31.201" localPort = 80 -remotePort = 20180 +remotePort = 20080 [[proxies]] name = "k8s-443"