diff --git a/openwrt_clash_v1.yml b/openwrt_clash_v1.yml index 7fcceed..a1a71f5 100644 --- a/openwrt_clash_v1.yml +++ b/openwrt_clash_v1.yml @@ -109,6 +109,20 @@ proxies: headers: Host: cftls.likezgq.top path: /tls + # vless://3e7dab20-a75f-4da0-a338-6bc5d5b6d0c1@dmit01.likezgq.top:2053?type=ws&encryption=none&path=%2Fws&host=dmcf.likezgq.top&security=tls&fp=chrome&alpn=h2%2Chttp%2F1.1&sni=dmcf.likezgq.top#vless%2Bwebsocket-ifnkvalb + - name: "vless_likezgq_dmcf" + type: vless + server: dmit01.likezgq.top + port: 2053 + uuid: 3e7dab20-a75f-4da0-a338-6bc5d5b6d0c1 + network: ws + skip-cert-verify: true + tls: true + tls-hostname: dmcf.likezgq.top # for TLS SNI + ws-opts: + headers: + Host: dmcf.likezgq.top + path: /ws proxy-groups: - name: SB_LOWEST_DELAY1 type: url-test @@ -118,6 +132,7 @@ proxy-groups: proxies: - "vmess_cfws_likezgq" - "vmess_cfws_tls_likezgq" + - "vless_likezgq_dmcf" - "router_local_reality" - "router_local_reality2" - name: SB_SELECTED @@ -126,6 +141,7 @@ proxy-groups: - SB_LOWEST_DELAY1 - "vmess_cfws_tls_likezgq" - "vmess_cfws_likezgq" + - "vless_likezgq_dmcf" - "router_local_reality" - "router_local_reality2" - name: GPT_LOWEST_DELAY1 @@ -446,4 +462,5 @@ geox-url: geosite: https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat geoip: https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat geo-auto-update: true -geo-update-interval: 24 \ No newline at end of file +geo-update-interval: 24 +