new: add warp option (experimental)

This commit is contained in:
Hiddify
2024-01-25 20:00:25 +01:00
parent 3eae205a35
commit 3e0ac66055
2 changed files with 3 additions and 2 deletions

View File

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