From 93d17b0aebf5bd3981e2dad26233c78710c04951 Mon Sep 17 00:00:00 2001 From: WendelHime <6754291+WendelHime@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:28:11 -0300 Subject: [PATCH] feat: adding outline constant type --- constant/proxy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/constant/proxy.go b/constant/proxy.go index 3197de60..f221c5fe 100644 --- a/constant/proxy.go +++ b/constant/proxy.go @@ -23,6 +23,7 @@ const ( TypeVLESS = "vless" TypeTUIC = "tuic" TypeHysteria2 = "hysteria2" + TypeOutline = "outline" ) const (