add "ddns-update-style none;" to the dhcpd.conf as it's now needed for
recent dhcpd configuration. Submitted by: Jose Rey <king@v2project.com>
This commit is contained in:
parent
acdb515851
commit
3fdb34f5d0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17342
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ option subnet-mask 255.255.255.0;
|
||||||
option routers 10.8.253.254;
|
option routers 10.8.253.254;
|
||||||
filename "pxeboot";
|
filename "pxeboot";
|
||||||
|
|
||||||
|
ddns-update-style none;
|
||||||
|
|
||||||
option domain-name "google.com";
|
option domain-name "google.com";
|
||||||
option broadcast-address 10.8.253.255;
|
option broadcast-address 10.8.253.255;
|
||||||
option domain-name-servers 10.8.0.7;
|
option domain-name-servers 10.8.0.7;
|
||||||
|
|
Loading…
Reference in a new issue