Skip to content

Commit

Permalink
add new protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemoe authored Feb 10, 2023
1 parent 9c5a1e6 commit 9645457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/proxy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class XRayTemplates:
VMESS_INBOUND = {
"listen": "0.0.0.0",
"port": 0,
"protocol": "trojan",
"protocol": "vmess",
"tag": XRayTags.VmessProxyTag,
"settings": {
"clients": [],
Expand All @@ -121,7 +121,7 @@ class XRayTemplates:
VLESS_INBOUND = {
"listen": "0.0.0.0",
"port": 0,
"protocol": "trojan",
"protocol": "vless",
"tag": XRayTags.VlessProxyTag,
"settings": {
"clients": [],
Expand Down

0 comments on commit 9645457

Please # to comment.