一切正常,最近斑马工好像有点不太稳定,所以加一个Docker IO显示走国外的步骤准备。

This commit is contained in:
2026-06-26 10:28:08 +08:00
parent 51f9a1bfbc
commit cb62839e19
8 changed files with 77 additions and 0 deletions
+3
View File
@@ -59,6 +59,7 @@
| `external_router_ssh` | 38657 | → portal → 旁路由 :22 |
| `external_spark_ssh` | 38659 | → portal → Spark (166) :22 |
| `external_spark_rdp` | 38660 | → portal → Spark (166) :3389 |
| `external_win_rdp` | 38664 | → portal → Windows (177) :3389 |
| `external_spark_38662` | 38662 | → portal → Spark (166) :38662 |
| `external_router_web` | 39766 | → portal → 旁路由 :80 |
| `external_tmp` | 8501 | → portal → Windows :8501 |
@@ -119,6 +120,8 @@
- 38659 → `to_spark_ssh`Spark SSH 远程)
- 38660 → `to_spark_rdp`Spark xRDP 桌面远程)
- 38662 → `to_spark_38662`
- 38664 → `to_win_rdp`Windows 远程桌面)
- 38665 → `to_spark_3080`Spark Web 3080
- 默认(catch-all)→ **`direct`**(不匹配端口规则的动态请求直连目标)
- `socks-lan` 入站 → `to_beijing_direct`
Submodule
+1
Submodule dlc-temp added at ce795c92b3
+1
Submodule meta-rules-temp added at ca488544e8
+2
View File
@@ -302,6 +302,8 @@ rules:
- DOMAIN-SUFFIX,canonical.com,国外
- DOMAIN-SUFFIX,okx.com,国外
- DOMAIN-SUFFIX,okxc.com,国外
- DOMAIN-SUFFIX,services.googleapis.cn,国外
- DOMAIN,connectivitycheck.gstatic.com,国外
- RULE-SET,Ads,Block
- RULE-SET,Private_Domain,国内
- RULE-SET,Private_IP,国内,no-resolve
+36
View File
@@ -279,6 +279,28 @@
"port": 38660,
"network": "tcp"
}
},
{
"tag": "external_win_rdp",
"listen": "0.0.0.0",
"port": 38664,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 38664,
"network": "tcp"
}
},
{
"tag": "external_spark_3080",
"listen": "0.0.0.0",
"port": 38665,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 38665,
"network": "tcp"
}
}
],
"outbounds": [
@@ -419,6 +441,20 @@
],
"outboundTag": "portal"
},
{
"type": "field",
"inboundTag": [
"external_win_rdp"
],
"outboundTag": "portal"
},
{
"type": "field",
"inboundTag": [
"external_spark_3080"
],
"outboundTag": "portal"
},
{
"type": "field",
"inboundTag": [
+30
View File
@@ -100,6 +100,20 @@
"redirect": "192.168.1.200:51413"
}
},
{
"tag": "to_win_rdp",
"protocol": "freedom",
"settings": {
"redirect": "192.168.1.177:3389"
}
},
{
"tag": "to_spark_3080",
"protocol": "freedom",
"settings": {
"redirect": "192.168.1.166:3080"
}
},
{
"tag": "to_spark_ssh",
"protocol": "freedom",
@@ -319,6 +333,22 @@
"port": "38662",
"outboundTag": "to_spark_38662"
},
{
"type": "field",
"inboundTag": [
"bridge"
],
"port": "38664",
"outboundTag": "to_win_rdp"
},
{
"type": "field",
"inboundTag": [
"bridge"
],
"port": "38665",
"outboundTag": "to_spark_3080"
},
{
"type": "field",
"inboundTag": [
+2
View File
@@ -310,6 +310,8 @@ rules:
- DOMAIN-SUFFIX,canonical.com,国外
- DOMAIN-SUFFIX,okx.com,国外
- DOMAIN-SUFFIX,okxc.com,国外
- DOMAIN-SUFFIX,services.googleapis.cn,国外
- DOMAIN,connectivitycheck.gstatic.com,国外
- RULE-SET,Ads,Block
- RULE-SET,Private_Domain,国内
- RULE-SET,Private_IP,国内,no-resolve
@@ -307,6 +307,8 @@ rules:
- DOMAIN-SUFFIX,canonical.com,国外
- DOMAIN-SUFFIX,okx.com,国外
- DOMAIN-SUFFIX,okxc.com,国外
- DOMAIN-SUFFIX,services.googleapis.cn,国外
- DOMAIN,connectivitycheck.gstatic.com,国外
- RULE-SET,Ads,Block
- RULE-SET,Private_Domain,国内
- RULE-SET,Private_IP,国内,no-resolve