add plain text WIP
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
--- a/constant/proxy.go
|
||||
+++ b/constant/proxy.go
|
||||
@@ -31,6 +31,8 @@
|
||||
@@ -31,6 +31,9 @@
|
||||
TypeCCM = "ccm"
|
||||
TypeOCM = "ocm"
|
||||
TypeOOMKiller = "oom-killer"
|
||||
+ TypeMySQL = "mysql" // OMV
|
||||
+ TypeMinecraft = "minecraft" // OMV
|
||||
+ TypeObfHTTP = "obfhttp" // OMV
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -88,6 +90,14 @@
|
||||
@@ -88,6 +91,18 @@
|
||||
return "AnyTLS"
|
||||
case TypeTailscale:
|
||||
return "Tailscale"
|
||||
@@ -20,6 +21,10 @@
|
||||
+ // OMV start: register minecraft type name
|
||||
+ case TypeMinecraft:
|
||||
+ return "Minecraft"
|
||||
+ // OMV end
|
||||
+ // OMV start: register obfhttp type name
|
||||
+ case TypeObfHTTP:
|
||||
+ return "ObfHTTP"
|
||||
+ // OMV end
|
||||
case TypeSelector:
|
||||
return "Selector"
|
||||
|
||||
Reference in New Issue
Block a user