所有的东西都已正常

This commit is contained in:
2026-05-24 10:35:19 +08:00
parent 1b604b502f
commit 5c66bc599a
3 changed files with 8 additions and 20 deletions
+2 -2
View File
@@ -61,7 +61,7 @@
| `external_spark_rdp` | 38660 | → portal → Spark (166) :3389 | | `external_spark_rdp` | 38660 | → portal → Spark (166) :3389 |
| `external_router_web` | 39766 | → portal → 旁路由 :80 | | `external_router_web` | 39766 | → portal → 旁路由 :80 |
| `external_tmp` | 8501 | → portal → Windows :8501 | | `external_tmp` | 8501 | → portal → Windows :8501 |
| `external_3000` | 3000 | → portal → NAS :3000 | | `external_gitea` | 38661 | → portal → NAS :3000 |
| `external_222` | 222 | → portal → NAS :222 | | `external_222` | 222 | → portal → NAS :222 |
| `external_qbit` | 51413 | → portal → qBittorrent :51413 | | `external_qbit` | 51413 | → portal → qBittorrent :51413 |
@@ -109,7 +109,7 @@
- 38657 → `to_router_ssh` - 38657 → `to_router_ssh`
- 8501 → `to_tmp` - 8501 → `to_tmp`
- 39766 → `to_router_web` - 39766 → `to_router_web`
- 3000`to_3000` - 38661`to_3000`
- 222 → `to_222` - 222 → `to_222`
- 39132 → `to_minecraft` - 39132 → `to_minecraft`
- 51413 → `to_qbit` - 51413 → `to_qbit`
+5 -17
View File
@@ -109,13 +109,13 @@
} }
}, },
{ {
"tag": "external_3000", "tag": "external_gitea",
"listen": "0.0.0.0", "listen": "0.0.0.0",
"port": 3000, "port": 38661,
"protocol": "dokodemo-door", "protocol": "dokodemo-door",
"settings": { "settings": {
"address": "127.0.0.1", "address": "127.0.0.1",
"port": 3000, "port": 38661,
"network": "tcp" "network": "tcp"
} }
}, },
@@ -268,17 +268,6 @@
"port": 38660, "port": 38660,
"network": "tcp" "network": "tcp"
} }
},
{
"tag": "external_spark_33731",
"listen": "0.0.0.0",
"port": 33731,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 33731,
"network": "tcp"
}
} }
], ],
"outbounds": [ "outbounds": [
@@ -372,7 +361,7 @@
{ {
"type": "field", "type": "field",
"inboundTag": [ "inboundTag": [
"external_3000" "external_gitea"
], ],
"outboundTag": "portal" "outboundTag": "portal"
}, },
@@ -408,8 +397,7 @@
"type": "field", "type": "field",
"inboundTag": [ "inboundTag": [
"external_spark_ssh", "external_spark_ssh",
"external_spark_rdp", "external_spark_rdp"
"external_spark_33731"
], ],
"outboundTag": "portal" "outboundTag": "portal"
}, },
+1 -1
View File
@@ -253,7 +253,7 @@
"inboundTag": [ "inboundTag": [
"bridge" "bridge"
], ],
"port": "3000", "port": "38661",
"outboundTag": "to_3000" "outboundTag": "to_3000"
}, },
{ {