configure auth-dns to use netbox-fetched data

This commit is contained in:
lilly 2025-02-21 21:15:48 +01:00
commit d31677b549
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 22 additions and 19 deletions

View file

@ -69,6 +69,12 @@
id = 300;
subnet = "10.20.25.0/24";
pools = [ { pool = "10.20.25.100 - 10.20.25.254"; } ];
reservations = [
{
hw-address = "bc:24:11:c1:8a:a4";
ip-address = "10.20.25.3";
}
];
}
];
}