1

Firefox Bypassing NextDNS?

I've noticed that if I use the attached settings in Firefox it seems to bypass sites I want to be blocked in NextDNS. What am I missing here? Shouldn't the blocking still work?

NextDNS is configured on my Unifi UDM-Pro if that matters. I'm using https://github.com/nextdns/nextdns

4 replies

null
    • R_P_M
    • 3 yrs ago
    • Reported - view

    That particular Firefox setting will be using NextDNS without your custom settings. Just keep it disabled or use custom provider string from my.nextdns.io browser setup, not “NextDNS” option.

      • Aaron_Westley
      • 3 yrs ago
      • Reported - view

      R P M Drats. Ok. Seems like an easy way to circumvent the filters. Thank you.

      • R_P_M
      • 3 yrs ago
      • Reported - view

      Aaron Westley Ah right, you’re wanting to secure that device. Difficult to stop that from being set. 
      Good luck with your endeavour. 

    • whosnext
    • 2 wk ago
    • Reported - view

    One way to resolve this is to use force a specific DNS resolver using Firefox policy templates.

    Put this in your policies.json file:

    {
      "policies": {
        "DNSOverHTTPS": {
          "Enabled": true,
          "Locked": true,
          "ProviderURL": "https://dns.nextdns.io/ID/JohnsFirefox"
        }
      }
    }

    Replace `ID` with your NextDNS ID from the setup page, and `JohnsFirefox` with whatever you want the reporting name of that browser to be.
     

Content aside

  • 1 Likes
  • 22 hrs agoLast active
  • 4Replies
  • 1938Views
  • 3 Following