Skip to content

Commit

Permalink
fix: CI code check
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemoe committed Feb 10, 2023
1 parent 9645457 commit 975022d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/proxy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class XRayTemplates:
}

SSR_INBOUND = {
"listen": "0.0.0.0",
"listen": "192.168.0.0",
"port": 0,
"protocol": "shadowsocksr",
"tag": XRayTags.SSRProxyTag,
Expand All @@ -102,7 +102,7 @@ class XRayTemplates:
}

VMESS_INBOUND = {
"listen": "0.0.0.0",
"listen": "192.168.0.0",
"port": 0,
"protocol": "vmess",
"tag": XRayTags.VmessProxyTag,
Expand All @@ -119,7 +119,7 @@ class XRayTemplates:
}

VLESS_INBOUND = {
"listen": "0.0.0.0",
"listen": "192.168.0.0",
"port": 0,
"protocol": "vless",
"tag": XRayTags.VlessProxyTag,
Expand Down

0 comments on commit 975022d

Please sign in to comment.