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

@@ -5,7 +5,7 @@
},
"inbounds": [
{
"listen": "::1",
"listen": "127.0.0.1",
"port": 10808,
"protocol": "socks",
"settings": {
@@ -28,7 +28,7 @@
"settings": {
"vnext": [
{
"address": "::1",
"address": "127.0.0.1",
"port": 443,
"users": [
{

View File

@@ -8,7 +8,7 @@
"port": 443,
"protocol": "dokodemo-door",
"settings": {
"address": "::1",
"address": "127.0.0.1",
"port": 4431, // 指向内网中的 reality 端口,示例是这个端口,如果要自己修改了记得这里和下面的 reality 入站都要修改
"network": "tcp"
},
@@ -21,7 +21,7 @@
}
},
{
"listen": "::1",
"listen": "127.0.0.1",
"port": 4431, // 见上 如果和其他服务冲突了可以换
"protocol": "vless",
"settings": {