fix add subdomain
This commit is contained in:
parent
2e7fce9c1c
commit
3077e8d525
1 changed files with 3 additions and 1 deletions
|
|
@ -15,3 +15,5 @@ class OperatorProxySession:
|
||||||
operator_id: int
|
operator_id: int
|
||||||
operator_name: str
|
operator_name: str
|
||||||
operator_domain: Optional[str] = None
|
operator_domain: Optional[str] = None
|
||||||
|
operator_hysteria2_host: Optional[str] = None
|
||||||
|
operator_vless_host: Optional[str] = None
|
||||||
Loading…
Reference in a new issue