Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

DoH bootstrap in latest Firefox

  • 6 відповідей
  • 0 мають цю проблему
  • 7 переглядів
  • Остання відповідь від cor-el

more options

Please, I'd like to bootstrap my DoH URI in Mozilla firefox

Please, I'd like to bootstrap my DoH URI in Mozilla firefox

Усі відповіді (7)

more options

But I'm unable to find the option "network.trr.bootstrapAddress" in the latest but it's available in 78.0.1

more options

Hi

This support article has information to help you manually configure DoH:

https://support.mozilla.org/en-US/kb/firefox-dns-over-https

more options

I know how to configure DoH manually but I want to be able to add a bootstrap address

more options

You may find what you need to do from the link below. There are several references to bootstrap, said to be no longer necessary.

https://wiki.mozilla.org/Trusted_Recursive_Resolver#DNS-over-HTTPS_Prefs_in_Firefox

more options

I couldn't find what I need in that article because it doesn't tell one how to add IP endpoints of the DoH in the latest firefox.

more options

Note that network.trr.bootstrapAddress is no longer supported and got replaced for testing purposes only by network.trr.bootstrapAddr.

  • 1703216 - Get rid of network.trr.bootstrapAddress pref

Instead you can look at network.trr.uri .

more options

network.trr.bootstrapAddr. is not present in the latest firefox either, I guess I have to downgrade to 78.0.1. Google chrome supports enhanced bootstrap feature using the JSON format below. where the ips line represents the bootstrap in v4 and v6. I'm disappointed, firefox does not allow bootsraping the DoH URI.

{

  "servers": [ {
     "endpoints": [ {
        "ips": [ "1.2.3.4", "2000:a0c0::" ]
     } ],
     "template": "https://example.com/dns-query{?dns}"
  } ]

}

Змінено dayodayowaynow7888