refine options

This commit is contained in:
kslr 2021-01-14 01:50:28 +08:00
parent f7e495f0a4
commit 04017a8c67
2 changed files with 7 additions and 4 deletions

View File

@ -52,8 +52,7 @@
"network": "tcp",
"security": "tls",
"tlsSettings": {
"serverName": "example.domain",
"allowInsecure": false
"serverName": "example.domain"
}
},
"tag": "proxy"

View File

@ -9,7 +9,9 @@
"settings": {
"decryption":"none",
"clients": [
{"id": "{{ }}"}
{
"id": "{{ id }}"
}
]
},
"streamSettings": {
@ -21,6 +23,8 @@
}
],
"outbounds": [
{"protocol": "freedom"}
{
"protocol": "freedom"
}
]
}