Update all json file to jsonc (#199)

This commit is contained in:
yuhan6665
2024-10-21 11:49:47 -04:00
committed by GitHub
parent c6ec3122f5
commit 061321ad1c
85 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"protocol": "vless",
"port": {{ port }},
"settings": {
"decryption":"none",
"clients": [
{
"id": "{{ uuid }}"
}
]
},
"streamSettings": {
"network": "kcp",
"kcpSettings": {
"seed": "{{ seed }}"
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}