mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/opsec-blogposts.git
synced 2025-06-08 07:29:31 +00:00
more wording
This commit is contained in:
parent
4ed4628f02
commit
248522aaf5
1 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,10 @@ DNS over VPN is the act of routing your DNS queries over a VPN, This has about t
|
||||||
### Local DNS
|
### Local DNS
|
||||||

|

|
||||||
|
|
||||||
Local DNS is the act of hosting a DNS server locally rather than using a public one on the Internet, This doesn't provide any privacy or anonymity benefits whatsoever other than the fact that the initial query (and the device who made it) is private inside your LAN, since DNS is unencrypted and the recursive queries that the DNS server makes to authoritative DNS servers is visible to any 3rd parties spying over your traffic.
|
Local DNS is the act of hosting a DNS server locally rather than using a public one on the Internet, This doesn't provide any privacy or anonymity benefits whatsoever other than the fact that the initial query (and the device who made it) is private inside your LAN.
|
||||||
|
|
||||||
|
Since DNS is unencrypted, The recursive queries that the DNS server makes to authoritative DNS servers is visible to any 3rd parties spying over your traffic, which exposes what domain you are looking for.
|
||||||
|
|
||||||
The only reason you should be doing this is to host a PiHole or a DNS server that blocks away analytics domains, but for the sake of this blogpost, we'll be referring to a regular local DNS (with no blocking capabilities).
|
The only reason you should be doing this is to host a PiHole or a DNS server that blocks away analytics domains, but for the sake of this blogpost, we'll be referring to a regular local DNS (with no blocking capabilities).
|
||||||
|
|
||||||
## DNS protocol ratings
|
## DNS protocol ratings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue