new DNS
This commit is contained in:
parent
4060989d76
commit
b875b0a69f
|
@ -2,9 +2,10 @@
|
|||
Get the latest news and changelog information about the world's least buggy proxy search engine!!!
|
||||
|
||||
## Latest entries
|
||||
1. <a href="/lolcat/4get_news/src/branch/master/many%20engines%20are%20down.md">many engines are down</a>
|
||||
2. <a href="/lolcat/4get_news/src/branch/master/version%208%20changelog.md">Version 8 changelog</a>
|
||||
3. <a href="/lolcat/4get_news/src/branch/master/sun%2018%20feb%20outage.md">Sunday, 18 Febuary 2024 outage</a>
|
||||
4. <a href="/lolcat/4get_news/src/branch/master/version%207%20changelog.md">Version 7 changelog</a>
|
||||
1. <a href="/lolcat/4get_news/src/branch/master/new%20DNS.md">new DNS</a>
|
||||
2. <a href="/lolcat/4get_news/src/branch/master/many%20engines%20are%20down.md">many engines are down</a>
|
||||
3. <a href="/lolcat/4get_news/src/branch/master/version%208%20changelog.md">Version 8 changelog</a>
|
||||
4. <a href="/lolcat/4get_news/src/branch/master/sun%2018%20feb%20outage.md">Sunday, 18 Febuary 2024 outage</a>
|
||||
5. <a href="/lolcat/4get_news/src/branch/master/version%207%20changelog.md">Version 7 changelog</a>
|
||||
|
||||
No changelogs from other version suck my dick weeb!!!
|
||||
|
|
|
@ -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!
|
Loading…
Reference in New Issue