Version 1.1

・時刻サーバーを配布するように設定を追加。
・ネームサーバーのIPアドレスが間違っていたのを修正。
・説明文の不備を修正。
rohhie 2022-11-03 18:19:28 +09:00
parent 547ef493ba
commit 03e31a2220
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@
authoritative;
option domain-name "example.net";
option domain-name-servers 192.168.110.10;
option domain-name-servers 192.168.110.4;
option ntp-servers 192.168.110.4;
option routers 192.168.110.10;
default-lease-time 86400; # 24 hours.

View File

@ -4,7 +4,8 @@
authoritative;
option dhcp6.domain-search "example.net";
option dhcp6.name-servers fdaa:aaaa:aaaa:aaaa::10;
option dhcp6.name-servers fdaa:aaaa:aaaa:aaaa::4;
option dhcp6.sntp-servers fdaa:aaaa:aaaa:aaaa::4;
default-lease-time 86400; # 24 hours.
max-lease-time 604800; # 7 days.