add *upgrade* command; restrict logging

This commit is contained in:
Evgeny Nerush
2023-10-27 14:15:09 +03:00
parent 7604952e36
commit 435b936aa2
3 changed files with 39 additions and 30 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
{
"log": {
"access": "/var/log/xray/access.log",
"error": "/var/log/xray/error.log",
"loglevel": "info"
"access": "none",
"error": "",
"loglevel": "warning",
"dnsLog": false
},
"routing": {
"domainStrategy": "IPIfNonMatch",