Next: , Previous: , Up: Knot DNS Configuration   [Contents][Index]


4.4 Configuring multiple interfaces

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; }
}