diff --git a/config/version b/config/version index cb0c939a93..be14282b7f 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -0.5.2 +0.5.3 diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 79843b4fc5..2b20693172 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -974,6 +974,7 @@ class Inbound extends XrayCommonClass { params.set("type", this.stream.network); if (this.xtls) { params.set("security", "xtls"); + address = this.stream.tls.server; } else { params.set("security", this.stream.security); } @@ -988,6 +989,7 @@ class Inbound extends XrayCommonClass { const host = request.headers[index].value; params.set("host", host); } + params.set("headerType", 'http'); } break; case "kcp": diff --git a/web/service/config.json b/web/service/config.json index d150595922..5370fcf4e0 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -1,4 +1,9 @@ { + "log": { + "loglevel": "warning", + "access": "./access.log" + }, + "api": { "services": [ "HandlerService",