mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 13:47:20 +02:00
Compare commits
2 Commits
d16d00335a
...
492c9cb369
Author | SHA1 | Date | |
---|---|---|---|
492c9cb369 | |||
7ee620b881 |
@ -22,6 +22,10 @@
|
|||||||
"showIntroPage": false,
|
"showIntroPage": false,
|
||||||
"socialWidgetReplacementEnabled": true,
|
"socialWidgetReplacementEnabled": true,
|
||||||
"trackingDomains": [
|
"trackingDomains": [
|
||||||
|
{
|
||||||
|
"domain": "accounts.google.com",
|
||||||
|
"action": "allow"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "youtube.com",
|
"domain": "youtube.com",
|
||||||
"action": "block"
|
"action": "block"
|
||||||
|
@ -108,6 +108,10 @@
|
|||||||
"showIntroPage": false,
|
"showIntroPage": false,
|
||||||
"socialWidgetReplacementEnabled": true,
|
"socialWidgetReplacementEnabled": true,
|
||||||
"trackingDomains": [
|
"trackingDomains": [
|
||||||
|
{
|
||||||
|
"domain": "accounts.google.com",
|
||||||
|
"action": "allow"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "youtube.com",
|
"domain": "youtube.com",
|
||||||
"action": "block"
|
"action": "block"
|
||||||
|
11
rc/curlrc
11
rc/curlrc
@ -1,18 +1,19 @@
|
|||||||
# ~/.curlrc
|
# ~/.curlrc
|
||||||
|
|
||||||
# https://dns0.eu - Anycast with servers in the EU. Private ECS.
|
# https://dns0.eu - Anycast with servers in the EU. Private ECS. DNSSEC.
|
||||||
|
# Non-profit.
|
||||||
#doh-url = https://dns0.eu/
|
#doh-url = https://dns0.eu/
|
||||||
#doh-url = https://open.dns0.eu/
|
doh-url = https://open.dns0.eu/
|
||||||
|
|
||||||
# https://adguard-dns.io - anycast with servers in multiple continents,
|
# https://adguard-dns.io - anycast with servers in multiple continents,
|
||||||
# private ECS
|
# private ECS.
|
||||||
#doh-url = https://unfiltered.adguard-dns.com/dns-query
|
#doh-url = https://unfiltered.adguard-dns.com/dns-query
|
||||||
|
|
||||||
|
|
||||||
# https://quad9.net - Anycast, no ECS
|
# https://quad9.net - Anycast, no ECS. Malicious domain filtering. Non-profit.
|
||||||
#doh-url = https://dns.quad9.net/dns-query
|
#doh-url = https://dns.quad9.net/dns-query
|
||||||
# ECS
|
# ECS
|
||||||
doh-url = https://dns11.quad9.net/dns-query
|
#doh-url = https://dns11.quad9.net/dns-query
|
||||||
|
|
||||||
# Attempt to use HTTP/3
|
# Attempt to use HTTP/3
|
||||||
http3
|
http3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user