Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

DoH bootstrap in latest Firefox

  • 6 odpovedí
  • 0 má tento problém
  • 7 zobrazení
  • Posledná odpoveď od 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

Všetky odpovede (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}"
  } ]

}

Upravil(a) dayodayowaynow7888 dňa