Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

DoH bootstrap in latest Firefox

  • 6 trả lời
  • 0 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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}"
  } ]

}

Được chỉnh sửa bởi dayodayowaynow7888 vào