Next: Using DNS UPDATE, Previous: Master configuration, Up: Knot DNS Configuration [Contents][Index]
Knot DNS support binding to multiple available interfaces in the interfaces section.
You can also use the special addresses for "any address" like 0.0.0.0 or [::].
interfaces {
if1 { address 192.168.1.2@53; }
anyv6 { address [::]@53; }
}