diff --git a/apps/proxy/models.py b/apps/proxy/models.py index 4dd30929fc..d28c1ec9cb 100644 --- a/apps/proxy/models.py +++ b/apps/proxy/models.py @@ -35,7 +35,7 @@ class XRayTemplates: "inbounds": [ { "listen": "127.0.0.1", - "port": None, + "port": 23456, # TODO fix the hardcode grpc port "protocol": "dokodemo-door", "settings": {"address": "127.0.0.1"}, "tag": "api",