DNS Server

If you want to make your own settings within the options section of BIND, create a table called bind.LOCALOPTIONS in custom.lua.

Example:

bind.LOCALOPTIONS = {
  ["allow-transfer"] = "{ 198.51.100.12; }",
  ["allow-recursion"] = "{ trusted; 198.51.100.99; }"
}

Then you have to restart LiveConfig (so that the custom.lua is read in again) and save the BIND settings again under Server Management -> DNS. The values from the bind.LOCALOPTIONS table may also overwrite the settings generated by LiveConfig.


Last updated on Sep 29, 2020.
previous: E-Mail