Skip to content

Commit f0be55d

Browse files
Update clash_base.yaml
1 parent 82c252b commit f0be55d

1 file changed

Lines changed: 23 additions & 16 deletions

File tree

templates/clash_base.yaml

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ global-client-fingerprint: chrome
1616
find-process-mode: strict
1717
keep-alive-interval: 15
1818

19+
fragment:
20+
enable: true
21+
size: "5-40"
22+
sleep: "1-2"
23+
24+
ttl: 5
25+
1926
profile:
2027
store-selected: true
2128
store-fake-ip: false
@@ -42,25 +49,15 @@ dns:
4249
default-nameserver:
4350
- 1.1.1.1
4451
- 8.8.8.8
52+
nameserver:
53+
- 1.1.1.1
54+
- 1.0.0.1
55+
- 8.8.8.8
56+
- 8.8.4.4
4557
- 9.9.9.9
4658
- 149.112.112.112
4759
- 208.67.222.222
48-
- 94.140.14.14
49-
- 64.6.64.6
50-
- 84.200.69.80
51-
- 76.76.19.19
52-
- 8.26.56.26
53-
nameserver:
54-
- https://cloudflare-dns.com/dns-query
55-
- https://dns.google/dns-query
56-
- https://dns.quad9.net/dns-query
57-
- https://dns.adguard.com/dns-query
58-
- https://doh.opendns.com/dns-query
59-
- https://doh.comodo.com/dns-query
60-
- https://doh.mullvad.net/dns-query
61-
- https://doh.dns.mullvad.net/dns-query
62-
- https://freedns.controld.com/p0
63-
- https://freedns.controld.com/family
60+
- 208.67.220.220
6461

6562
proxies:
6663
# ---PROXIES---
@@ -70,7 +67,9 @@ proxy-groups:
7067
type: select
7168
proxies:
7269
- "Auto"
70+
- "Load Balance"
7371

72+
7473
- name: "Auto"
7574
type: url-test
7675
url: https://www.gstatic.com/generate_204
@@ -81,5 +80,13 @@ proxy-groups:
8180
# ---PROXY-NAMES---
8281

8382

83+
- name: "Load Balance"
84+
type: load-balance
85+
strategy: round-robin
86+
url: https://www.gstatic.com/generate_204
87+
interval: 300
88+
proxies:
89+
# ---PROXY-NAMES---
90+
8491
rules:
8592
- MATCH,PROXY

0 commit comments

Comments
 (0)