更新 clash.yaml
This commit is contained in:
parent
aee73a93cf
commit
f6e8abb78f
25
clash.yaml
25
clash.yaml
@ -61,6 +61,18 @@ proxies:
|
|||||||
skip-cert-verify: false
|
skip-cert-verify: false
|
||||||
alpn:
|
alpn:
|
||||||
- h3
|
- h3
|
||||||
|
- name: "🇺🇸 DMIT VLESS"
|
||||||
|
server: 154.17.30.60
|
||||||
|
port: 41790
|
||||||
|
reality-opts: {public-key: D-s9fwwow-oGthxbFWA6o9qmarP_vAQAVdzChL2mV1g, short-id: 67872ecd}
|
||||||
|
client-fingerprint: chrome
|
||||||
|
type: vless
|
||||||
|
uuid: 90dd1ec5-9952-4ad0-9796-8c7689cf4d89
|
||||||
|
tls: true
|
||||||
|
tfo: false
|
||||||
|
skip-cert-verify: false
|
||||||
|
servername: yahoo.com
|
||||||
|
network: tcp
|
||||||
|
|
||||||
proxy-groups:
|
proxy-groups:
|
||||||
-
|
-
|
||||||
@ -74,6 +86,7 @@ proxy-groups:
|
|||||||
- '🇹🇼 GCP Hysteria2'
|
- '🇹🇼 GCP Hysteria2'
|
||||||
- '🇭🇰 WAP Hysteria2'
|
- '🇭🇰 WAP Hysteria2'
|
||||||
- '🇺🇸 DMIT Hysteria2'
|
- '🇺🇸 DMIT Hysteria2'
|
||||||
|
- '🇺🇸 DMIT VLESS'
|
||||||
- name: '📲 电报信息'
|
- name: '📲 电报信息'
|
||||||
type: select
|
type: select
|
||||||
proxies:
|
proxies:
|
||||||
@ -249,8 +262,8 @@ rule-providers:
|
|||||||
# 如果想存储到任意位置配置环境变量 SKIP_SAFE_PATH_CHECK=1
|
# 如果想存储到任意位置配置环境变量 SKIP_SAFE_PATH_CHECK=1
|
||||||
# path可为空(仅限clash.meta 1.15.0以上版本)
|
# path可为空(仅限clash.meta 1.15.0以上版本)
|
||||||
path: ./Rules/TelegramUS.list
|
path: ./Rules/TelegramUS.list
|
||||||
url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/TelegramUS/TelegramUS.list"
|
url: "https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Clash/TelegramUS/TelegramUS.yaml"
|
||||||
interval: 600
|
interval: 86400
|
||||||
TelegramSG:
|
TelegramSG:
|
||||||
type: http
|
type: http
|
||||||
behavior: classical
|
behavior: classical
|
||||||
@ -259,8 +272,8 @@ rule-providers:
|
|||||||
# 如果想存储到任意位置配置环境变量 SKIP_SAFE_PATH_CHECK=1
|
# 如果想存储到任意位置配置环境变量 SKIP_SAFE_PATH_CHECK=1
|
||||||
# path可为空(仅限clash.meta 1.15.0以上版本)
|
# path可为空(仅限clash.meta 1.15.0以上版本)
|
||||||
path: ./Rules/TelegramSG.list
|
path: ./Rules/TelegramSG.list
|
||||||
url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/TelegramSG/TelegramSG.list"
|
url: "https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Clash/TelegramSG/TelegramSG.yaml"
|
||||||
interval: 600
|
interval: 86400
|
||||||
TelegramNL:
|
TelegramNL:
|
||||||
type: http
|
type: http
|
||||||
behavior: classical
|
behavior: classical
|
||||||
@ -269,8 +282,8 @@ rule-providers:
|
|||||||
# 如果想存储到任意位置配置环境变量 SKIP_SAFE_PATH_CHECK=1
|
# 如果想存储到任意位置配置环境变量 SKIP_SAFE_PATH_CHECK=1
|
||||||
# path可为空(仅限clash.meta 1.15.0以上版本)
|
# path可为空(仅限clash.meta 1.15.0以上版本)
|
||||||
path: ./Rules/TelegramNL.list
|
path: ./Rules/TelegramNL.list
|
||||||
url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/TelegramNL/TelegramNL.list"
|
url: "https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Clash/TelegramNL/TelegramNL.yaml"
|
||||||
interval: 600
|
interval: 86400
|
||||||
|
|
||||||
# DNS 服务器配置(可选;若不配置,程序内置的 DNS 服务会被关闭)
|
# DNS 服务器配置(可选;若不配置,程序内置的 DNS 服务会被关闭)
|
||||||
dns:
|
dns:
|
||||||
|
Loading…
Reference in New Issue
Block a user