Update rc.conf

netwait might be useful so services don't get hung trying to start before we have IPv6 networking, named and isc-dhcpd6 seem to have this issue in particular, used Google DNS IPv6 addresses for this example
This commit is contained in:
Reed McIntosh 2021-04-26 00:33:48 -04:00 committed by GitHub
parent 8f81806651
commit dd9417141f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,3 +42,6 @@ powerd_enable="YES"
powerd_flags="-b hadp -n hadp -a hadp"
ntpd_enable="YES"
sshd_enable="YES"
netwait_enable="YES"
netwait_if="ngeth0"
netwait_ip="2001:4860:4860::8888 2001:4860:4860::8844"