new: add xray type
This commit is contained in:
@@ -21,6 +21,7 @@ enum ProxyType {
|
||||
selector("Selector"),
|
||||
urltest("URLTest"),
|
||||
warp("Warp"),
|
||||
xray("XRay"),
|
||||
unknown("Unknown");
|
||||
|
||||
const ProxyType(this.label);
|
||||
|
||||
Reference in New Issue
Block a user