Deadwood 3.3.01 adds a new feature: The ability to set the IPs for a given domain name. For example, let’s add these lines to a dwood3rc Deadwood configuration file:
ip4 = {}
ip4["maradns.foo."] = "10.10.10.10"
ip4["kabah.foo."] = "10.11.11.11"
With these lines, whenever we ask Deadwood for the IP for “maradns.foo”, we get the ip 10.10.10.10, regardless of the IP this domain may actually have. Likewise, when we ask for “kabah.foo”, we get the IP 10.11.11.11.
There are a number of limitations with this feature:
Both the source code and Windows binaries of Deadwood 3.3.01 are available:
As always, MaraDNS is a free open-source download, and I was not compensated for developing this feature (but donations are always welcome).
Comments are closed.