mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-08 07:07:47 +02:00
Compare commits
3 Commits
9f7ebd6ffc
...
509445bc05
Author | SHA1 | Date | |
---|---|---|---|
509445bc05 | |||
a4cf4c6637 | |||
3da771fa63 |
@ -119,7 +119,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"parseAllABPHideFilters",
|
"parseAllABPHideFilters",
|
||||||
"true"
|
"false"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"suspendUntilListsAreLoaded",
|
"suspendUntilListsAreLoaded",
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"parseAllABPHideFilters",
|
"parseAllABPHideFilters",
|
||||||
"true"
|
"false"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"suspendUntilListsAreLoaded",
|
"suspendUntilListsAreLoaded",
|
||||||
@ -210,7 +210,7 @@
|
|||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
},
|
},
|
||||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "force_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"toolbar_pin": "force_pinned",
|
"toolbar_pin": "force_pinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
|
@ -8,9 +8,6 @@ server:
|
|||||||
# Quad9 says pointless performance impact on forwarders.
|
# Quad9 says pointless performance impact on forwarders.
|
||||||
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
||||||
qname-minimisation: no
|
qname-minimisation: no
|
||||||
# Private ECS is more accurate with IPv4 than IPv6.
|
|
||||||
prefer-ip4: yes
|
|
||||||
prefer-ip6: no
|
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
@ -17,9 +17,6 @@ server:
|
|||||||
# Quad9 says pointless performance impact on forwarders.
|
# Quad9 says pointless performance impact on forwarders.
|
||||||
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
||||||
qname-minimisation: no
|
qname-minimisation: no
|
||||||
# Private ECS is more accurate with IPv4 than IPv6.
|
|
||||||
prefer-ip4: yes
|
|
||||||
prefer-ip6: no
|
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
@ -8,9 +8,6 @@ server:
|
|||||||
# Quad9 says pointless performance impact on forwarders.
|
# Quad9 says pointless performance impact on forwarders.
|
||||||
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
||||||
qname-minimisation: no
|
qname-minimisation: no
|
||||||
# Private ECS is more accurate with IPv4 than IPv6.
|
|
||||||
prefer-ip4: yes
|
|
||||||
prefer-ip6: no
|
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
@ -8,9 +8,6 @@ server:
|
|||||||
# Quad9 says pointless performance impact on forwarders.
|
# Quad9 says pointless performance impact on forwarders.
|
||||||
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
||||||
qname-minimisation: no
|
qname-minimisation: no
|
||||||
# Private ECS is more accurate with IPv4 than IPv6.
|
|
||||||
prefer-ip4: yes
|
|
||||||
prefer-ip6: no
|
|
||||||
# AdGuard Public DNS without filtering.
|
# AdGuard Public DNS without filtering.
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user