From b875b0a69f8dbf430f7e3d21101c4cf52d9140ce Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 14 Sep 2024 17:01:05 -0400 Subject: [PATCH] new DNS --- README.md | 9 +++++---- new DNS.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 new DNS.md diff --git a/README.md b/README.md index 60fb00d..d227d5b 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ Get the latest news and changelog information about the world's least buggy proxy search engine!!! ## Latest entries -1. many engines are down -2. Version 8 changelog -3. Sunday, 18 Febuary 2024 outage -4. Version 7 changelog +1. new DNS +2. many engines are down +3. Version 8 changelog +4. Sunday, 18 Febuary 2024 outage +5. Version 7 changelog No changelogs from other version suck my dick weeb!!! diff --git a/new DNS.md b/new DNS.md new file mode 100644 index 0000000..ae03527 --- /dev/null +++ b/new DNS.md @@ -0,0 +1,28 @@ +# New DNS server! + +I was fucking about with my DNS resolver to hopefully speed things up by a few milliseconds, and it gave me the idea to create my own DNS resolver! + +## Why? + +- There are no good, reliable, high speed DNS resolvers in Canada +- They all have snake oil ad-blocking bullshit built in + +## How? + +I'm just using `dnsmasq` for this. My upstream DNS server is `8.8.8.8` and `4.4.4.4` as fallback (this is Google's DNS) + +Some of you might find it stupid to use Google's DNS, but trust me, it's the best out there. There are virtually no ratelimits, and surprisingly no censorship. OpenDNS/Cloudflare are either slow or censors specific hosts. One that comes to mind are archive.today domains under Cloudflare. + +There is caching enabled, so for already resolved domains the lookups should be really really fast if you live close to my server. 4get uses this DNS resolver; since I started using it I've had no issues. I also use it on my local machine, and here too, no issues. + +This DNS server shares the same concept as 4get: the more people use it, the more anonymous it gets! + +## Use it + +Edit `/etc/resolv.conf` and add this line at the top of the file + +``` +nameserver 51.79.70.119 +``` + +And that's it!