Skip to content

Commit

Permalink
fix: fix xray listen port
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Feb 2, 2022
1 parent fee79bd commit 0cfcf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/proxy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0cfcf1c

Please sign in to comment.