• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

HEADS UP: Be aware of Trusted Recursive Resolver (TRR) in Firefox

Scheduled Pinned Locked Moved DHCP and DNS
85 Posts 19 Posters 40.0k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    jimp Rebel Alliance Developer Netgate
    last edited by jimp Feb 28, 2020, 1:19 PM Aug 10, 2018, 2:27 PM

    Firefox has recently added a feature they call Trusted Recursive Resolver (TRR). It uses DNS over HTTPS to resolve DNS queries directly in the browser rather than using the native OS resolver. Though they have not currently enabled it by default, they would like to do so in the near future.

    While this may offer some additional privacy benefits in certain situations, with regard to pfSense it means that your DNS policies like DNSSEC, host and domain overrides, caching, pfBlocker DNSBL, and so on will be ignored by clients using TRR.

    Is this a good thing? Well, that depends. For some, sure. For others, no. There are technical reasons not to want this behavior, as mentioned above and in more detail below. There are also privacy benefits as well for many users. Mozilla has partnered with Cloudflare so that means TRR DNS queries are sent there and not to the intended server. Some people already use Cloudflare, or they don't care where the queries go, so that's a wash or a net gain. If you do not trust Cloudflare or do not want to put all your eggs in the Cloudflare basket, that's not so good.

    In particular this could potentially interfere with things like Captive Portal, but TRR does have a built-in fallback if TRR fails to resolve a host. It may add some additional time to Captive Portal initial requests but how much remains to be seen. I haven't tested this yet, but I don't expect it to be a significant factor.

    Another potential source of trouble is mixing this with a proxy, depending on whether or not you splice/bump/MITM SSL. I don't have a setup handy to try this, but it could easily go either way. May be fine, may break. Even if the DNS over HTTPS queries work through the proxy, the fact that it's using a different DNS server than the proxy could cause failures.

    So what can be done about it? That remains to be seen as well. This is a user preference in Firefox but it not currently exposed as a user option outside of about:config. From about:config a user can set network.trr.mode to 5 to completely disable TRR. This may also be possible on larger managed deployments on a wider scale, but that depends on the OS and network infrastructure.

    For BYOD/Guest networks there isn't much that can be done by a network admin. Mozilla is not using 1.1.1.1 for this, it is using https://cloudflare-dns.com/dns-query and the DNS query for that must be bootstrapped using the native OS resolver. So if queries for that domain fail it may cause TRR to fail and fall back to your configured DNS server. This could potentially be accomplished with DNS host overrides.

    For those interested in testing the behavior, in Firefox, open about:config and set network.trr.mode to 2 which will prefer TRR but fall back to regular DNS. The current values are:

    • 0: Off by default
    • 1: Firefox will choose based on which is faster
    • 2: TRR preferred, fall back to DNS on failure
    • 3: TRR only, no DNS fallback
    • 5: TRR completely disabled

    Related reading:

    • https://wiki.mozilla.org/Trusted_Recursive_Resolver
    • https://blog.nightly.mozilla.org/2018/06/01/improving-dns-privacy-in-firefox/
    • https://yro.slashdot.org/story/18/08/05/2353249/security-researchers-express-concerns-over-mozillas-new-dns-resolution-for-firefox
    • https://blog.ungleich.ch/en-us/cms/blog/2018/08/04/mozillas-new-dns-resolution-is-dangerous/

    EDIT: As of 2/25/2020 DoH by default is starting to roll out: https://blog.mozilla.org/blog/2020/02/25/firefox-continues-push-to-bring-dns-over-https-by-default-for-us-users/

    Canary Domain

    You can use the canary domain to nudge clients so they do not use DoH when they are attempting to do so automatically.

    In the DNS Resolver advanced settings, add the following configuration:

    server:
    local-zone: "use-application-dns.net" always_nxdomain
    

    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

    Need help fast? Netgate Global Support!

    Do not Chat/PM for help!

    1 Reply Last reply Reply Quote 17
    • J
      johnpoz LAYER 8 Global Moderator
      last edited by johnpoz Aug 10, 2018, 11:06 PM Aug 10, 2018, 11:06 PM

      Yeah I am not a fan of this at all.. If they want to allow the users to enable this - sure ok.. But it should never be on out of the box without user interaction to enable it if you ask me.

      I already have network.trr.mode set to 5... I see no use of this at all

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      1 Reply Last reply Reply Quote 2
      • C
        chpalmer
        last edited by Aug 11, 2018, 12:17 AM

        @johnpoz said in HEADS UP: Be aware of Trusted Recursive Resolver (TRR) in Firefox:

        network.trr.mode

        Default seems to be 0 for everyone I know.. Is 5 better?

        Triggering snowflakes one by one..
        Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

        1 Reply Last reply Reply Quote 0
        • J
          jimp Rebel Alliance Developer Netgate
          last edited by Aug 11, 2018, 12:19 AM

          0 may turn into 2 based on what Mozilla wants to do, since 0=default, 5=explicitly disabled.

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          1 Reply Last reply Reply Quote 0
          • C
            chpalmer
            last edited by Aug 11, 2018, 12:36 AM

            Thanks 5 it is!

            Triggering snowflakes one by one..
            Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

            1 Reply Last reply Reply Quote 0
            • Y
              yon 0
              last edited by Aug 11, 2018, 7:20 PM

              @chpalmer said in HEADS UP: Be aware of Trusted Recursive Resolver (TRR) in Firefox:

              默认似乎都是0 .. 5更好吗?

              i am using u simpledns server :)

              my ISP blocked the Cloudflare , so i want to have to change to close

              1 Reply Last reply Reply Quote 0
              • J
                johnpoz LAYER 8 Global Moderator
                last edited by Aug 11, 2018, 7:23 PM

                Huh?? yon your post is gibberish.. what server you want to use has zero to do with what TRR is..

                An intelligent man is sometimes forced to be drunk to spend time with his fools
                If you get confused: Listen to the Music Play
                Please don't Chat/PM me for help, unless mod related
                SG-4860 24.11 | Lab VMs 2.8, 24.11

                Y 1 Reply Last reply Aug 11, 2018, 7:42 PM Reply Quote 0
                • Y
                  yon 0 @johnpoz
                  last edited by Aug 11, 2018, 7:42 PM

                  @johnpoz
                  I mean, I can only use my own DNS or VPN.If a website is blocked, TRR may not solve this problem.

                  1 Reply Last reply Reply Quote 0
                  • J
                    johnpoz LAYER 8 Global Moderator
                    last edited by Aug 11, 2018, 7:47 PM

                    TRR is more problems than anything ti could possible solve.. Especially if they turn it on without explicit users acknowledgment.. Problem is even the user agrees to some pop up, vast majority of them not even going to understand what they are agree too.. Typical users - and then wondering why their local resolving of xyz.com broke.

                    This should require users actually having to do something to enable it, like edit about:config entry and on purpose turn it on.

                    And you sure and hell could use cloudflare through your vpn... So you still could use trr if you wanted to, even if your isp blocks where its going. I still don't why anyone would want to use this.. Sorry I don't want to send all my dns queries to 1 provider.. I don't want to use you for dns - I will do it myself thank you very much.

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                    1 Reply Last reply Reply Quote 0
                    • J
                      johnpoz LAYER 8 Global Moderator
                      last edited by Aug 18, 2018, 2:37 PM

                      Got question about ios version of firefox.. How can you ensure this is never used? about:config is not available in ios version of firefox.

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                      1 Reply Last reply Reply Quote 0
                      • J
                        jimp Rebel Alliance Developer Netgate
                        last edited by Aug 18, 2018, 2:45 PM

                        That's a tough one to answer.

                        I did see a post on Reddit earlier this week from someone who claimed association with Mozilla that said they no longer plan on ever making this the default, only available as a GUI option. I'm not holding my breath waiting on that to be verified, but it is at least a bit of hope that we won't have to jump through hoops.

                        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                        Need help fast? Netgate Global Support!

                        Do not Chat/PM for help!

                        1 Reply Last reply Reply Quote 0
                        • J
                          johnpoz LAYER 8 Global Moderator
                          last edited by Aug 18, 2018, 2:47 PM

                          Thanks for the info - lets hope they don't try and enable this on the sly in the background ;) Doing such a thing for sure would force me to rethink my browser choice..

                          An intelligent man is sometimes forced to be drunk to spend time with his fools
                          If you get confused: Listen to the Music Play
                          Please don't Chat/PM me for help, unless mod related
                          SG-4860 24.11 | Lab VMs 2.8, 24.11

                          1 Reply Last reply Reply Quote 0
                          • B
                            bcruze
                            last edited by Nov 29, 2018, 1:06 PM

                            this is why i use firefox ESR.

                            the version that would get this automagically would be the standard version of FF

                            1 Reply Last reply Reply Quote 0
                            • J
                              johnpoz LAYER 8 Global Moderator
                              last edited by johnpoz Sep 8, 2019, 4:12 PM Sep 8, 2019, 3:57 PM

                              So it looks like mozilla is on course for enabling this by default... UGGHHH!
                              https://blog.mozilla.org/futurereleases/2019/09/06/whats-next-in-making-dns-over-https-the-default/

                              And upon checking seems somehow somewhere in some past update my setting of network.trr.mode to 5 got reset to 0..

                              I am really curious once they start turning this on, if turning it off in the options will be enough.. I do not want this, stay away from my dns.. They should use what the OS uses, if you want to offer doh or dot - great, it should be OPT IN ONLY!!! Turning this on be default is BS plain and simple..

                              Seems they are using the canary domain use-application-dns.net so if your dns resolves NX their doh should not be used.

                              you can set that in unbound like this
                              local-zone: "use-application-dns.net" static

                              Which I have already done on my network.

                              I believe you can also set
                              security.enterprise_roots.enabled

                              To true, to stop it...

                              I will be keeping an eye on this.. Stay away from my dns mozilla...

                              Looks like pihole already has commit to disable it via the canary.. I would hope pfblocker will be doing something similar
                              https://github.com/pi-hole/pi-hole/pull/2915

                              I think I will reach out to bbcan177 and ask..

                              An intelligent man is sometimes forced to be drunk to spend time with his fools
                              If you get confused: Listen to the Music Play
                              Please don't Chat/PM me for help, unless mod related
                              SG-4860 24.11 | Lab VMs 2.8, 24.11

                              C 1 Reply Last reply Sep 8, 2019, 4:33 PM Reply Quote 1
                              • C
                                chpalmer @johnpoz
                                last edited by chpalmer Sep 8, 2019, 7:25 PM Sep 8, 2019, 4:33 PM

                                @johnpoz said in HEADS UP: Be aware of Trusted Recursive Resolver (TRR) in Firefox:

                                And upon checking seems somehow somewhere in some past update my setting of network.trr.mode to 5 got reset to 0..

                                Just checked and so did mine. Back to Waterfox for me..

                                Triggering snowflakes one by one..
                                Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

                                1 Reply Last reply Reply Quote 0
                                • kiokomanK
                                  kiokoman LAYER 8
                                  last edited by Sep 8, 2019, 5:35 PM

                                  good, time to uninstall and change to another browser

                                  ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                  Please do not use chat/PM to ask for help
                                  we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
                                  Don't forget to Upvote with the 👍 button for any post you find to be helpful.

                                  1 Reply Last reply Reply Quote 0
                                  • PippinP
                                    Pippin
                                    last edited by Sep 8, 2019, 5:44 PM

                                    I'm on latest FF (Linux Mint 18.3), my setting 5 did not get changed.

                                    I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
                                    Halton Arp

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tman222
                                      last edited by Sep 8, 2019, 6:55 PM

                                      I have a few Linux systems that use the ESR version of Firefox (60.x). On those systems the default setting is 0 and setting it to 5 appears to break DNS altogether. So I'm guessing 5 is not a supported option on the ESR version. Checking out a more recent version of Firefox on a couple Mac's did allow me to set the option to 5 and everything still works.

                                      Some more info about disabling DoH from Mozilla:

                                      https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https

                                      Glad that Pi-hole is already had a PR on this.

                                      @johnpoz - can you explain what "local-zone: "use-application-dns.net" static" does exactly and how in NXDOMAIN being returned? Thanks in advance.

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        johnpoz LAYER 8 Global Moderator
                                        last edited by johnpoz Sep 8, 2019, 7:32 PM Sep 8, 2019, 7:23 PM

                                        So per their disable article you linked to, if that domain returns a NX vs actual IP then firefox is not suppose to use doh..

                                        So if you set that in your options box.
                                        server:
                                        local-zone: "use-application-dns.net" static

                                        When a query is done for that - it will return NX.

                                        $ dig @192.168.9.253 use-application-dns.net
                                        
                                        ; <<>> DiG 9.14.4 <<>> @192.168.9.253 use-application-dns.net
                                        ; (1 server found)
                                        ;; global options: +cmd
                                        ;; Got answer:
                                        ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 23041
                                        ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
                                        
                                        ;; OPT PSEUDOSECTION:
                                        ; EDNS: version: 0, flags:; udp: 4096
                                        ;; QUESTION SECTION:
                                        ;use-application-dns.net.       IN      A
                                        
                                        ;; Query time: 0 msec
                                        ;; SERVER: 192.168.9.253#53(192.168.9.253)
                                        ;; WHEN: Sun Sep 08 14:22:35 Central Daylight Time 2019
                                        ;; MSG SIZE  rcvd: 52
                                        

                                        Notice the
                                        status: NXDOMAIN

                                        I have sent a PM to bbcan177, but haven't heard anything back yet... But yeah would be nice if pfsense works out something - say if pfblocker is being used, unbound will auto return the NX for that, or something..

                                        Or maybe pfsense could put in a check box to have that return NX..

                                        I really don't now what Mozilla is thinking here.. That is great you want to offer this for your clients - but it really should be OPT IN ONLY!!! Run a PR campaign to get your users to set it.. but making it default is WRONG..

                                        I have set the network.trr to 5 again, will keep an eye on that, and have set
                                        security.enterprise_roots.enabled
                                        To true as well.. so will be watching that as well, when the next update comes out.. Running 69.0 currently of firefox.

                                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                                        If you get confused: Listen to the Music Play
                                        Please don't Chat/PM me for help, unless mod related
                                        SG-4860 24.11 | Lab VMs 2.8, 24.11

                                        T 1 Reply Last reply Sep 8, 2019, 7:33 PM Reply Quote 1
                                        • T
                                          tman222 @johnpoz
                                          last edited by Sep 8, 2019, 7:33 PM

                                          @johnpoz said in HEADS UP: Be aware of Trusted Recursive Resolver (TRR) in Firefox:

                                          local-zone: "use-application-dns.net" static

                                          Thanks @johnpoz - I appreciate the follow up an explanation. I was actually more curious what that configuration line did exactly and why you chose it specifically to solve this issue?

                                          Is the idea just to create a local DNS Zone with this domain, but since no actual (local) records exist for it, it will simple return NXDOMAIN?

                                          Thanks again!

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            [[user:consent.lead]]
                                            [[user:consent.not_received]]