# DNS.md # Summary The DNS server we run is called BIND. The domain names that run off it are vakantiehuisschellinkhout.nl, tehsvk.net, segfault.party and harrywf.nl. Dynamic updates are supported from the current IP address. Configuration can be found in /etc/bind. ### Editing configuration! When editing configuration, first freeze the zone files using `rndc freeze `. Edit the file, then reload and thaw using the same command (with s/freeze/reload|thaw/). Otherwise, everything breaks.