Skip to content

Commit

Permalink
fix shadowtls detour
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock committed Jan 29, 2024
1 parent ca0d08d commit 4cf9943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def add_emoji(nodes, subscribe):
if subscribe.get('emoji'):
for node in nodes:
node['tag'] = tool.rename(node['tag'])
if node.get('detour'):
node['detour'] = tool.rename(node['detour'])


def get_nodes(url):
Expand Down

0 comments on commit 4cf9943

Please sign in to comment.