diff --git a/config/sing.json b/config/sing.json index cf34c63..8a15933 100644 --- a/config/sing.json +++ b/config/sing.json @@ -68,23 +68,23 @@ { "flow": "xtls-rprx-vision", "packet_encoding": "", - "server": "", + "server": "~domain~", "server_port": 443, "tls": { "enabled": true, "insecure": false, "reality": { "enabled": true, - "public_key": "", - "short_id": "" + "public_key": "~public_key~", + "short_id": "~short_id~" }, - "server_name": "", + "server_name": "~server_name~", "utls": { "enabled": true, "fingerprint": "chrome" } }, - "uuid": "", + "uuid": "~uid~", "type": "vless", "domain_strategy": "ipv4_only", "tag": "proxy" diff --git a/config/v2ray.json b/config/v2ray.json index 972b583..5b128d1 100644 --- a/config/v2ray.json +++ b/config/v2ray.json @@ -40,10 +40,10 @@ "protocol": "vless", "settings": { "vnext": [{ - "address": "", + "address": "~domain~", "port": 443, "users": [{ - "id": "", + "id": "~uid~", "alterId": 0, "email": "t@t.tt", "security": "auto", @@ -56,11 +56,11 @@ "network": "tcp", "security": "reality", "realitySettings": { - "serverName": "", + "serverName": "~server_name~", "fingerprint": "chrome", "show": false, - "publicKey": "", - "shortId": "", + "publicKey": "~public_key~", + "shortId": "~short_id~", "spiderX": "" } },