Change 127.0.0.1 to ::1

This commit is contained in:
nekolsd
2025-06-04 09:30:44 +08:00
parent 68bc308422
commit 2fb8a67787
73 changed files with 130 additions and 130 deletions

View File

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