From 9645457be7f9006ce7747649bf77ed816b1d0425 Mon Sep 17 00:00:00 2001 From: Stark <43443357+stark-eth@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:41:17 +0800 Subject: [PATCH] add new protocol --- apps/proxy/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/proxy/models.py b/apps/proxy/models.py index 05f72f687d..73df094c18 100644 --- a/apps/proxy/models.py +++ b/apps/proxy/models.py @@ -104,7 +104,7 @@ class XRayTemplates: VMESS_INBOUND = { "listen": "0.0.0.0", "port": 0, - "protocol": "trojan", + "protocol": "vmess", "tag": XRayTags.VmessProxyTag, "settings": { "clients": [], @@ -121,7 +121,7 @@ class XRayTemplates: VLESS_INBOUND = { "listen": "0.0.0.0", "port": 0, - "protocol": "trojan", + "protocol": "vless", "tag": XRayTags.VlessProxyTag, "settings": { "clients": [],