File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -906,6 +906,12 @@ proxies: # socks5
906
906
# dns 出站会将请求劫持到内部 dns 模块,所有请求均在内部处理
907
907
- name : " dns-out"
908
908
type : dns
909
+
910
+ # 配置指定 interface-name 和 fwmark 的 DIRECT
911
+ - name : en1-direct
912
+ type : direct
913
+ interface-name : en1
914
+ routing-mark : 6667
909
915
proxy-groups :
910
916
# 代理链,目前 relay 可以支持 udp 的只有 vmess/vless/trojan/ss/ssr/tuic
911
917
# wireguard 目前不支持在 relay 中使用,请使用 proxy 中的 dialer-proxy 配置项
@@ -962,14 +968,6 @@ proxy-groups:
962
968
- vmess1
963
969
- auto
964
970
965
- # 配置指定 interface-name 和 fwmark 的 DIRECT
966
- - name : en1
967
- type : select
968
- interface-name : en1
969
- routing-mark : 6667
970
- proxies :
971
- - DIRECT
972
-
973
971
- name : UseProvider
974
972
type : select
975
973
filter : " HK|TW" # 正则表达式,过滤 provider1 中节点名包含 HK 或 TW
You can’t perform that action at this time.
0 commit comments