метки для шаблонов

This commit is contained in:
mercury
2024-10-31 00:15:00 +04:00
parent 4ef0de6e1c
commit 53392f4cb2
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -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"
+5 -5
View File
@@ -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": ""
}
},