mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
fix ws link null host #1189
This commit is contained in:
@@ -948,7 +948,7 @@ class Inbound extends XrayCommonClass {
|
||||
return header.value;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
get host() {
|
||||
|
||||
Reference in New Issue
Block a user