mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-18 22:09:29 +08:00
parent
3126f96456
commit
f36928737f
@ -22,8 +22,7 @@
|
|||||||
"port": "{{ port }}",
|
"port": "{{ port }}",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "{{ uuid }}",
|
"id": "{{ uuid }}"
|
||||||
"encryption": "none"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -37,4 +36,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
"protocol": "vmess",
|
"protocol": "vmess",
|
||||||
"port": "{{ port }}",
|
"port": "{{ port }}",
|
||||||
"settings": {
|
"settings": {
|
||||||
"decryption":"none",
|
|
||||||
"clients": [
|
"clients": [
|
||||||
{"id": "{{ }}"}
|
{"id": "{{ }}"}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user