I everyone.
In my Bookworm (debian) I would like to use Cloudflare (1.1.1.1) as a DSN but I really don't know how.
In my ect/resolv.conf I have this
nameserver 192.168.1.1 (I think my provider);
should I instead enter:
nameserver 1.1.1.1 ?
Or do I need to change some parameters in PeasyWIFI (release 4.9) so that everything happens automatically at 'Boot'?
Here in the forum I read this solution
https://www.forum.puppylinux.com/viewto ... 242#p58242
but I don't think it was decisive.
What do you think?
Thank you in advance for any information you think is appropriate to suggest to me.
How to use DSN Cloudflare (1.1.1.1) ? (SOLVED)
Moderator: fredx181
- soniabu
- Posts: 278
- Joined: Fri Jul 24, 2020 6:14 pm
- Location: Paris<-->Montreal
- Has thanked: 123 times
- Been thanked: 32 times
How to use DSN Cloudflare (1.1.1.1) ? (SOLVED)
- soniabu
- Posts: 278
- Joined: Fri Jul 24, 2020 6:14 pm
- Location: Paris<-->Montreal
- Has thanked: 123 times
- Been thanked: 32 times
Re: How to use DSN Cloudflare (1.1.1.1) ?
So it seems that I succeeded by following the previous url, that is, by inserting ect/resolv.conf.head
(which I assumed was not there previously)
the nameserver 1.1.1.1 compare screen next.
(what I don't know is how to check if I actually use the Cloudflare DSN. Maybe there will be a Linux command but I haven't found it.)
sonia
Re: How to use DSN Cloudflare (1.1.1.1) ?
Hi @soniabu :
Make a little Script:
#!/bin/sh
echo "nameserver 1.1.1.1" > /etc/resolv.conf
echo "nameserver 8.8.4.4" >> /etc/resolv.conf
#Downloaded from www.puppylinuxfaq.org
Give it a Name (Cloudflare) ...make executable.
Just click on it ........go look for "/etc/resolv.conf".
Verify your Connection
Verify 1.1.1.1 connection
After setting up 1.1.1.1, you can check if you are correctly connected to Cloudflare’s resolver.
Open a web browser on a configured device (smartphone or computer) or on a device connected to your configured router.
Enter https://1.1.1.1/help
on the browser address bar.
Wait for the page to load and run its tests. The page will present you a summary of the type of connection you have to 1.1.1.1, as well as the Cloudflare data center you are connected to.
If you reboot it is gone......and you have to click (Script) again
Re: How to use DSN Cloudflare (1.1.1.1) ?
@soniabu :
Just realized ......if you have "umatrix" installed in your Browser ....you have to disable or modify it somehow .....otherwise (it seems) you can not connect to "Cloudflare".
-
- Posts: 1927
- Joined: Tue Jul 14, 2020 11:24 pm
- Has thanked: 170 times
- Been thanked: 361 times
Re: How to use DSN Cloudflare (1.1.1.1) ?
backi wrote: ↑Wed Feb 28, 2024 3:11 pmHi @soniabu :
Make a little Script:
#!/bin/sh
echo "nameserver 1.1.1.1" > /etc/resolv.conf
echo "nameserver 8.8.4.4" >> /etc/resolv.conf
#Downloaded from www.puppylinuxfaq.orgGive it a Name (Cloudflare) ...make executable.
Just click on it ........go look for "/etc/resolv.conf".Verify your Connection
Verify 1.1.1.1 connectionAfter setting up 1.1.1.1, you can check if you are correctly connected to Cloudflare’s resolver.
Open a web browser on a configured device (smartphone or computer) or on a device connected to your configured router.
Enter https://1.1.1.1/help
on the browser address bar.Wait for the page to load and run its tests. The page will present you a summary of the type of connection you have to 1.1.1.1, as well as the Cloudflare data center you are connected to.
If you reboot it is gone......and you have to click (Script) again
thats good if you manually direct your browser to 1.1.1.1
to see if your setup actually uses 1.1.1.1 you could use something like https://dnsleaktest.com/
it will return your ip and find the dns actually used.
i find it easiest to put my dns settings in the router. it will use the dns setting for every connection on the network.
i use a dns that blocks ads (or everything on the network)