* How to enable Chromium DNS over HTTPS
@ 2021-07-25 20:03 znavko--- via
2021-07-25 21:05 ` phodina
0 siblings, 1 reply; 2+ messages in thread
From: znavko--- via @ 2021-07-25 20:03 UTC (permalink / raw)
To: help-guix
Hello! I have to fight for my freedom with Russian government that having no idea how to spoil the ilfe except blocking various of web-sites doing it very quickly.
And I have to use VPN for visit protonmail, safe-mail .net, tutanota and even prnt .sc.
I bypass blocking very well in IceCat I do not know why. I only have there 'DNS over HTTPS".
But in Ungogled-Chromium there are troubles even using VPN.
Ungogled-Chromium does not download SSL-certificates when I visit protonmail (because of blocking on provider).
I dug and I think dns over https will solve my problem, but under Guix this flag could not be enabled:
chrome://flags/#dns-over-https
Secure DNS lookups
Enables DNS over HTTPS. When this feature is enabled, your browser may try to use a secure HTTPS
connection to look up the addresses of websites and other web resources. Mac, Windows, Chrome OS,
Android
#dns-over-https
Not available on your platform.
It is not available on my platform. What shoud I do? What do I need to install for it?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to enable Chromium DNS over HTTPS
2021-07-25 20:03 How to enable Chromium DNS over HTTPS znavko--- via
@ 2021-07-25 21:05 ` phodina
0 siblings, 0 replies; 2+ messages in thread
From: phodina @ 2021-07-25 21:05 UTC (permalink / raw)
To: znavko; +Cc: help-guix
> Hello! I have to fight for my freedom with Russian government that having no idea how to spoil the ilfe except blocking various of web-sites doing it very quickly.
>
> And I have to use VPN for visit protonmail, safe-mail .net, tutanota and even prnt .sc.
>
> I bypass blocking very well in IceCat I do not know why. I only have there 'DNS over HTTPS".
>
> But in Ungogled-Chromium there are troubles even using VPN.
>
> Ungogled-Chromium does not download SSL-certificates when I visit protonmail (because of blocking on provider).
>
> I dug and I think dns over https will solve my problem, but under Guix this flag could not be enabled:
>
> chrome://flags/#dns-over-https
>
> Secure DNS lookups
>
> Enables DNS over HTTPS. When this feature is enabled, your browser may try to use a secure HTTPS
>
> connection to look up the addresses of websites and other web resources. Mac, Windows, Chrome OS,
>
> Android
>
> #dns-over-https
>
> Not available on your platform.
>
> It is not available on my platform. What shoud I do? What do I need to install for it?
Hi,
I use [1] dnscrypt-proxy which is a daemon listening on localhost port 53 and encrypting all DNS queries in HTTPS.
FIY there is also DoT (DNS over TLS) which also encrypts the DNS queries though directly using TLS not within an HTTPS protocol.
Both solutions have their pros and cons. Duckduckgo is your friend.
Hope it helps,
Petr
1: https://github.com/DNSCrypt/dnscrypt-proxy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-25 21:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-25 20:03 How to enable Chromium DNS over HTTPS znavko--- via
2021-07-25 21:05 ` phodina
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.