Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 0cfcf1c

Browse files
committed
fix: fix xray listen port
1 parent fee79bd commit 0cfcf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/proxy/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class XRayTemplates:
3535
"inbounds": [
3636
{
3737
"listen": "127.0.0.1",
38-
"port": None,
38+
"port": 23456, # TODO fix the hardcode grpc port
3939
"protocol": "dokodemo-door",
4040
"settings": {"address": "127.0.0.1"},
4141
"tag": "api",

0 commit comments

Comments
 (0)