OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • What are the best DNS Servers for privacy use?
« previous next »
  • Print
Pages: [1] 2 3

Author Topic: What are the best DNS Servers for privacy use?  (Read 17127 times)

opnsenseuser

  • Sr. Member
  • ****
  • Posts: 437
  • Karma: 70
    • View Profile
What are the best DNS Servers for privacy use?
« on: November 12, 2018, 01:41:36 pm »
There is 1.1.1.1 and 9.9.9.9 but are there any other Servers?
I read on the internet that opendns is not recommended because they are related to hijacking nxdomain records and serving up their ad page?

does anyone know safe and fast dns server?

Thx,
Regards
Rene
Logged
Supermicro A2SDi-4C-HLN4F
Team Rebellion Member (sidebar / themes: tukan, cicada & vicuna)

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #1 on: November 12, 2018, 01:48:56 pm »
https://dnscrypt.info/public-servers/

Some of them probably support plain dns. dnscrypt plugin will comes in a few weeks ..
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

tofaz

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 4
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #2 on: November 12, 2018, 04:11:49 pm »
I have tried to check the link but apparently the webiste is down.
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #3 on: November 12, 2018, 07:49:10 pm »
Hm, works for me
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

tofaz

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 4
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #4 on: November 12, 2018, 09:00:09 pm »
This morning I tried from my connection and VPN and it was down. I confirm it is back online now.
Logged

opnsenseuser

  • Sr. Member
  • ****
  • Posts: 437
  • Karma: 70
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #5 on: November 13, 2018, 04:43:56 am »
Quote from: mimugmail on November 12, 2018, 01:48:56 pm
https://dnscrypt.info/public-servers/

Some of them probably support plain dns. dnscrypt plugin will comes in a few weeks ..
I
Thx for your help.

Two questions:

1. how can i find out if my provider blocks my dns Servers? see https://www.dnsleaktest.com/what-is-transparent-dns-proxy.html

2. Does opnsense offer the possibility to do something about this?

3. how can i find out which dns Server of my list my Firewall currently uses?
Can i use nslookup on the Firewall?


Regards rene
« Last Edit: November 13, 2018, 03:01:14 pm by noname12123 »
Logged
Supermicro A2SDi-4C-HLN4F
Team Rebellion Member (sidebar / themes: tukan, cicada & vicuna)

opnsenseuser

  • Sr. Member
  • ****
  • Posts: 437
  • Karma: 70
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #6 on: November 13, 2018, 03:04:43 pm »
Quote from: mimugmail on November 12, 2018, 07:49:10 pm
Hm, works for me

ok, i found out that my provider uses a transparent dns proxy!
So my provider can log every visited website from me.

Can I do anything with opnsense here?

regards rené
Logged
Supermicro A2SDi-4C-HLN4F
Team Rebellion Member (sidebar / themes: tukan, cicada & vicuna)

bartjsmit

  • Hero Member
  • *****
  • Posts: 2023
  • Karma: 194
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #7 on: November 13, 2018, 03:51:07 pm »
Hi René

Quote from: noname12123 on November 13, 2018, 03:04:43 pm
Can I do anything with opnsense here?

You currently have two options:

1. Find a better provider  ;)
2. Sign up with a VPN and run all your outbound traffic through them

Once the dnscrypt plugin is added to OPNsense, this will no longer be a problem.

Bart...
Logged

opnsenseuser

  • Sr. Member
  • ****
  • Posts: 437
  • Karma: 70
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #8 on: November 13, 2018, 03:55:46 pm »
Quote from: bartjsmit on November 13, 2018, 03:51:07 pm
Hi René

Quote from: noname12123 on November 13, 2018, 03:04:43 pm
Can I do anything with opnsense here?

You currently have two options:

1. Find a better provider  ;)
2. Sign up with a VPN and run all your outbound traffic through them

Once the dnscrypt plugin is added to OPNsense, this will no longer be a problem.

Bart...

thx for your help!

1. so if dnscrypt plugin is added i don´t need to use vpn ?
2. this works synonymous with squid or is that in no connection ?

regards
rené
Logged
Supermicro A2SDi-4C-HLN4F
Team Rebellion Member (sidebar / themes: tukan, cicada & vicuna)

bartjsmit

  • Hero Member
  • *****
  • Posts: 2023
  • Karma: 194
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #9 on: November 13, 2018, 09:39:24 pm »
Hi René,

Yes, DNS will flow securely through dnscrypt which will foil any attempt to transparently proxy the traffic, since that will be seen as a MITM attack. The two benefits of secure protocols are encryption and verification of endpoints.

Squid services a different protocol although it is susceptible to transparent proxies as well; your ISP can transparently inspect and proxy any HTTP traffic, but HTTPS traffic is protected.

Bart...
Logged

opnsenseuser

  • Sr. Member
  • ****
  • Posts: 437
  • Karma: 70
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #10 on: November 13, 2018, 11:04:53 pm »
Quote from: bartjsmit on November 13, 2018, 09:39:24 pm
Hi René,

Yes, DNS will flow securely through dnscrypt which will foil any attempt to transparently proxy the traffic, since that will be seen as a MITM attack. The two benefits of secure protocols are encryption and verification of endpoints.

Squid services a different protocol although it is susceptible to transparent proxies as well; your ISP can transparently inspect and proxy any HTTP traffic, but HTTPS traffic is protected.

Bart...

Thx for your Information. :-)

In which opnsense release will the new plugin appear?
Logged
Supermicro A2SDi-4C-HLN4F
Team Rebellion Member (sidebar / themes: tukan, cicada & vicuna)

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #11 on: November 14, 2018, 06:32:08 am »
It's under review, just watch the open PRs
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

opnsenseuser

  • Sr. Member
  • ****
  • Posts: 437
  • Karma: 70
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #12 on: November 14, 2018, 08:24:38 am »
Quote from: mimugmail on November 14, 2018, 06:32:08 am
It's under review, just watch the open PRs

Hope to See this Plugin soon!
Logged
Supermicro A2SDi-4C-HLN4F
Team Rebellion Member (sidebar / themes: tukan, cicada & vicuna)

opnsenseuser

  • Sr. Member
  • ****
  • Posts: 437
  • Karma: 70
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #13 on: November 20, 2018, 11:08:13 am »
Quote from: mimugmail on November 14, 2018, 06:32:08 am
It's under review, just watch the open PRs

https://github.com/opnsense/plugins/pull/965 "merged" ! great work! :-)


is there also a howto in which I could solve the problem described by me!


i mean this -> "my provider uses a transparent dns proxy!" -> how can i solve this , that my Provider can´t read my sites i visited using this plugin?

regards rené
« Last Edit: November 20, 2018, 11:11:30 am by noname12123 »
Logged
Supermicro A2SDi-4C-HLN4F
Team Rebellion Member (sidebar / themes: tukan, cicada & vicuna)

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: What are the best DNS Servers for privacy use?
« Reply #14 on: November 20, 2018, 11:27:53 am »
With 18.7.8 you'll have a devel pkg to install, then you forward unbound to dnscrypt-proxy like here:
https://www.routerperformance.net/opnsense/dnsbl-via-bind-plugin/

Then your DNS is forwarded via port 853 so it wont be intercepted ...
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

  • Print
Pages: [1] 2 3
« previous next »
  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • What are the best DNS Servers for privacy use?
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2