Fix unbound warning when dnsallowoverride off and forwarding on
Reported in forum: https://forum.pfsense.org/index.php?topic=92437.0
The $ns array was being used further down, but if dnsallowoverride was off, the array never got created.
Define var_path global key since it is being used in interfaces.inc, but it was not being declared anywhere
Re-enable verification for selfhost since their chain issue is resolved. Ticket #4545
set forcesync to 1 by default for now, testing potential impact for Ticket #4523.
Revert "Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable"
This reverts commit 32e53d709f1d63e48ea13bd1eb53c2c30f719ee4.
Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable
Fix OpenVPN server listening on associated IPv6 address
As reported in forum https://forum.pfsense.org/index.php?topic=92174.0If the ordinary interface is selected for an OpenVPN server and an IPV6 protocol is selected (e.g. UDP6) then al is good, the "local" line in the server1.conf is written with the primary IPv6 address of the interface....
Only initialize package's log if it doesn't exist
Remove obsolete logging code which is duplicated in system_syslogd_start()
Setup ADI boards to boot only using serial to avoid duplicated output when VGA redirection is enabled
View revisions
Also available in: Atom