Update config_client.json

This commit is contained in:
Clarence Gui
2020-08-01 23:06:33 +08:00
committed by GitHub
parent a33ca0fdd8
commit b0d41477b2

View File

@@ -21,7 +21,7 @@
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": "true", "udp": true,
"ip": "127.0.0.1" "ip": "127.0.0.1"
} }
}, },
@@ -44,7 +44,7 @@
"id": "", "id": "",
"alterId": 4, "alterId": 4,
"security": "auto", "security": "auto",
"testEnabled": "VMessAEAD" "testsEnabled": "VMessAEAD"
} }
] ]
} }