diff --git a/core/scripts/webpanel/routers/api/v1/schema/config/hysteria.py b/core/scripts/webpanel/routers/api/v1/schema/config/hysteria.py new file mode 100644 index 0000000..8753255 --- /dev/null +++ b/core/scripts/webpanel/routers/api/v1/schema/config/hysteria.py @@ -0,0 +1,6 @@ +from pydantic import BaseModel + + +class InstallInputBody(BaseModel): + port: int + sni: str