Infra/conf: Rename Tunnel target fields

This commit is contained in:
Meow
2026-05-07 16:55:06 +08:00
parent 0b803a9ff6
commit f6933527b7
27 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ Configure Xray `dokodemo-door` to listen on port 12345, enable `followRedirect`
"port": 12345,
"protocol": "dokodemo-door",
"settings": {
"network": "tcp,udp",
"allowedNetwork": "tcp,udp",
"followRedirect": true
},
"streamSettings": {
@@ -160,7 +160,7 @@ Enable auto-start on boot:
"port": 12345,
"protocol": "dokodemo-door",
"settings": {
"network": "tcp,udp",
"allowedNetwork": "tcp,udp",
"followRedirect": true
},
"sniffing": {
+1 -1
View File
@@ -108,7 +108,7 @@ lsmod | grep wireguard
"port": <port>,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
"rewriteAddress": "127.0.0.1"
},
"tag": "api"
}
+1 -1
View File
@@ -34,7 +34,7 @@ sudo curl -oL /usr/local/share/xray/geosite.dat https://github.com/Loyalsoldier/
"port": 12345,
"protocol": "dokodemo-door",
"settings": {
"network": "tcp,udp",
"allowedNetwork": "tcp,udp",
"followRedirect": true
},
"sniffing": {
@@ -36,7 +36,7 @@ If the Xray program is not installed on the side router, you can manually downlo
"port": 12345,
"protocol": "dokodemo-door",
"settings": {
"network": "tcp,udp",
"allowedNetwork": "tcp,udp",
"followRedirect": true
},
"sniffing": {
@@ -113,7 +113,7 @@ The configuration file should listen on port 12345 and enable tproxy:
"port": 12345,
"protocol": "dokodemo-door",
"settings": {
"network": "tcp,udp",
"allowedNetwork": "tcp,udp",
"followRedirect": true
},
"streamSettings": {