Configure base domain for dnsd

main
LeRoyce Pearson 2024-01-06 16:01:49 -07:00
parent 61c7fbbfe9
commit 9c1db356b7
1 changed files with 2 additions and 1 deletions

View File

@ -253,8 +253,9 @@
tls_key_path = null;
dns_config = {
nameservers = [ "127.0.0.1" ];
nameservers = [ "100.64.0.3" ];
magic_dns = true;
base_domain = "perli.casa";
# extra_records = [
# { name = "cockpit.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
# { name = "lldap.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }