From 4dbc2de398034417444320265e95f64fda2b156f Mon Sep 17 00:00:00 2001 From: Anonymous <159781143+4n0nymou3@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:55:13 +0330 Subject: [PATCH] config.py --- src/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.py b/src/config.py index a8ed6b736..7f2b7f96c 100644 --- a/src/config.py +++ b/src/config.py @@ -11,8 +11,8 @@ SUPPORTED_PROTOCOLS = [ "wireguard://", "hysteria2://", - #"vless://", - #"vmess://", + "vless://", + "vmess://", "ss://", "trojan://" ]