Next: Using DNS UPDATE, Previous: Master configuration, Up: Knot DNS Configuration
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
0.0.0.0
[::]
interfaces { if1 { address 192.168.1.2@53; } anyv6 { address [::]@53; } }