Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Root Zone Mirror/Cache - How?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2022 01:51 PM
1060     0
Hi All,
I am hoping you can shed some light on this one: In Bind or PowerDNS you can pre-fetch the root zone to your recursive servers so that you effectively remove the initial query to the root as it's held in cache. This is a great idea for busy recursive servers and as above it can be done on Bind and PowerDNS however I couldn't find how it could be done on Infoblox does anyone have any idea?
For example on PowerDNS:
-- Bootstrap Root Zone into Cache (Every 8 Hours)
zoneToCache(".", "url", "https://www.internic.net/domain/root.zone", { refreshPeriod = 28800 })