Update config.yaml

hidden
Loyalsoldier 2023-01-21 16:08:10 +08:00 committed by GitHub
parent 895cc057a6
commit c30a89988a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -66,77 +66,77 @@ rule-providers:
reject: reject:
type: http type: http
behavior: domain behavior: domain
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/reject.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/reject.txt"
path: ./ruleset/reject.yaml path: ./ruleset/reject.yaml
interval: 36000 interval: 36000
icloud: icloud:
type: http type: http
behavior: domain behavior: domain
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/icloud.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/icloud.txt"
path: ./ruleset/icloud.yaml path: ./ruleset/icloud.yaml
interval: 36000 interval: 36000
apple: apple:
type: http type: http
behavior: domain behavior: domain
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/apple.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/apple.txt"
path: ./ruleset/apple.yaml path: ./ruleset/apple.yaml
interval: 36000 interval: 36000
google: google:
type: http type: http
behavior: domain behavior: domain
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/google.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/google.txt"
path: ./ruleset/google.yaml path: ./ruleset/google.yaml
interval: 36000 interval: 36000
proxy: proxy:
type: http type: http
behavior: domain behavior: domain
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/proxy.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/proxy.txt"
path: ./ruleset/proxy.yaml path: ./ruleset/proxy.yaml
interval: 36000 interval: 36000
direct: direct:
type: http type: http
behavior: domain behavior: domain
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/direct.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/direct.txt"
path: ./ruleset/direct.yaml path: ./ruleset/direct.yaml
interval: 36000 interval: 36000
private: private:
type: http type: http
behavior: domain behavior: domain
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/private.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/private.txt"
path: ./ruleset/private.yaml path: ./ruleset/private.yaml
interval: 36000 interval: 36000
telegramcidr: telegramcidr:
type: http type: http
behavior: ipcidr behavior: ipcidr
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/telegramcidr.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/telegramcidr.txt"
path: ./ruleset/telegramcidr.yaml path: ./ruleset/telegramcidr.yaml
interval: 36000 interval: 36000
cncidr: cncidr:
type: http type: http
behavior: ipcidr behavior: ipcidr
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/cncidr.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/cncidr.txt"
path: ./ruleset/cncidr.yaml path: ./ruleset/cncidr.yaml
interval: 36000 interval: 36000
lancidr: lancidr:
type: http type: http
behavior: ipcidr behavior: ipcidr
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/lancidr.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/lancidr.txt"
path: ./ruleset/lancidr.yaml path: ./ruleset/lancidr.yaml
interval: 36000 interval: 36000
applications: applications:
type: http type: http
behavior: classical behavior: classical
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/applications.txt" url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/applications.txt"
path: ./ruleset/applications.yaml path: ./ruleset/applications.yaml
interval: 36000 interval: 36000