We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d9d0 commit d674b91Copy full SHA for d674b91
apps/sub.py
@@ -85,11 +85,7 @@ def get_clash_proxy_providers(self):
85
)
86
for cfg_list in relay_node_group.values():
87
node_configs.extend(cfg_list)
88
- # 添加将中转节点的 host 设置成直连规则
89
return render_to_string(
90
"clash/providers.yaml",
91
- {
92
- "nodes": node_configs,
93
- "relay_nodes_host": pm.RelayNode.get_active_relay_nodes_host_list(),
94
- },
+ {"nodes": node_configs},
95
0 commit comments