mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-28 22:18:17 +01:00
Compare commits
No commits in common. "b54857d74ce00c159e86892cb88cbffd7cc8f91f" and "95628c90441e4247545f33265ca32d9fee8ebfc9" have entirely different histories.
b54857d74c
...
95628c9044
@ -56,7 +56,7 @@
|
||||
"default_launch_container": "window"
|
||||
},
|
||||
{
|
||||
"url": "https://sauna.social/",
|
||||
"url": "https://sauna.social",
|
||||
"create_desktop_shortcut": false,
|
||||
"default_launch_container": "window"
|
||||
},
|
||||
@ -400,11 +400,6 @@
|
||||
"create_desktop_shortcut": false,
|
||||
"default_launch_container": "window"
|
||||
},
|
||||
{
|
||||
"url": "https://www.404media.co/",
|
||||
"create_desktop_shortcut": false,
|
||||
"default_launch_container": "window"
|
||||
},
|
||||
{
|
||||
"url": "https://www.kela.fi/",
|
||||
"create_desktop_shortcut": false,
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns https://noads.joindns4.eu/dns-query?dns https://base.dns.mullvad.net/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
1
etc/opt/chromium/policies/managed/doh-cloudflare-secure.json
Symbolic link
1
etc/opt/chromium/policies/managed/doh-cloudflare-secure.json
Symbolic link
@ -0,0 +1 @@
|
||||
doh-cloudflare-security.json
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query?dns"
|
||||
}
|
||||
4
etc/opt/chromium/policies/managed/doh-dns4eu-noads.json
Normal file
4
etc/opt/chromium/policies/managed/doh-dns4eu-noads.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://noads.joindns4.eu/dns-query?dns"
|
||||
}
|
||||
4
etc/opt/chromium/policies/managed/doh-dns4eu.json
Normal file
4
etc/opt/chromium/policies/managed/doh-dns4eu.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://protective.joindns4.eu/dns-query?dns"
|
||||
}
|
||||
4
etc/opt/chromium/policies/managed/doh-google.json
Normal file
4
etc/opt/chromium/policies/managed/doh-google.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns.google/dns-query?dns"
|
||||
}
|
||||
4
etc/opt/chromium/policies/managed/doh-mullvad-base.json
Normal file
4
etc/opt/chromium/policies/managed/doh-mullvad-base.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query?dns"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns https://protective.joindns4.eu/dns-query?dns https://security.cloudflare-dns.com/dns-query?dns"
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns https://protective.joindns4.eu/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns"
|
||||
}
|
||||
4
etc/opt/chromium/policies/managed/doh-quad9.json
Normal file
4
etc/opt/chromium/policies/managed/doh-quad9.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query?dns https://dns.quad9.net:5053/dns-query?dns"
|
||||
}
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic"
|
||||
"DnsOverHttpsMode": "secure"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user