Revert "All 127.0.0.1 > ::1"

Changing them will result in incompatibility with old xray, and the related pr has not even been merged yet
This commit is contained in:
风扇滑翔翼
2025-07-17 12:02:30 +00:00
committed by GitHub
parent 99b5e538cb
commit 7ad5f48c20
73 changed files with 130 additions and 130 deletions

View File

@@ -27,11 +27,11 @@
},
"inbounds": [
{
"listen": "::1",
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "::1"
"address": "127.0.0.1"
},
"tag": "api",
"sniffing": null
@@ -257,7 +257,7 @@
},
{
"tag": "shadowsocks-ws",
"listen": "::1",
"listen": "127.0.0.1",
"port": 4001,
"protocol": "shadowsocks",
"settings": {
@@ -394,7 +394,7 @@
},
{
"tag": "shadowsocks-tcp",
"listen": "::1",
"listen": "127.0.0.1",
"port": 4002,
"protocol": "shadowsocks",
"settings": {
@@ -430,7 +430,7 @@
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
{
"tag": "trojan-grpc",
"listen": "::1", // listen on localhost
"listen": "127.0.0.1", // listen on localhost
"port": 3001,
"protocol": "trojan",
"settings": {
@@ -452,7 +452,7 @@
},
{
"tag": "vless-grpc",
"listen": "::1", // listen on localhost
"listen": "127.0.0.1", // listen on localhost
"port": 3002,
"protocol": "vless",
"settings": {
@@ -475,7 +475,7 @@
},
{
"tag": "vmess-grpc",
"listen": "::1", // listen on localhost
"listen": "127.0.0.1", // listen on localhost
"port": 3003,
"protocol": "vmess",
"settings": {
@@ -496,7 +496,7 @@
}
},
{
"listen": "::1", //Only listen on localhost
"listen": "127.0.0.1", //Only listen on localhost
"port": 3004,
"protocol": "shadowsocks",
"settings": {
@@ -599,7 +599,7 @@
},
{
"tag": "shadowsocks-h2",
"listen": "::1",
"listen": "127.0.0.1",
"port": 4003,
"protocol": "shadowsocks",
"settings": {
@@ -692,7 +692,7 @@
"tag": "DNS-Internal",
"protocol": "dns",
"settings": {
"address": "::1",
"address": "127.0.0.53",
"port": 53
}
}