mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
fix httpUpgrade host #1154
This commit is contained in:
@@ -287,7 +287,7 @@ class HttpUpgradeStreamSettings extends CommonClass {
|
||||
static fromJson(json={}) {
|
||||
return new HttpUpgradeStreamSettings(
|
||||
json.path,
|
||||
json.Host,
|
||||
json.host,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user