new: add xray type

This commit is contained in:
hiddify-com
2024-07-25 16:27:11 +02:00
parent fe9caf994a
commit 02e516a2d8

View File

@@ -21,6 +21,7 @@ enum ProxyType {
selector("Selector"),
urltest("URLTest"),
warp("Warp"),
xray("XRay"),
unknown("Unknown");
const ProxyType(this.label);