configure auth-dns to use netbox-fetched data
This commit is contained in:
parent
eab11d4a5b
commit
d31677b549
2 changed files with 22 additions and 19 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue