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

@@ -6,7 +6,7 @@
// 请求在该入站中被解密
{
"port": 4431,
"listen": "::1",
"listen": "127.0.0.1",
"tag": "tls-decrypt",
"protocol": "dokodemo-door",
"settings": {
@@ -40,7 +40,7 @@
// 真正用到的入站
{
"port": 10801,
"listen": "::1",
"listen": "127.0.0.1",
"tag": "socks-in",
"protocol": "socks",
"sniffing": {
@@ -59,7 +59,7 @@
"tag": "redirect-out",
"protocol": "freedom",
"settings": {
"redirect": "[::1]:4431"
"redirect": "127.0.0.1:4431"
}
},
// 明文请求在这里被重新加密为正常 HTTPS 请求