Unlink pid file before starting a new process
When IP is not set, the field doesn't have the value 'none', use empty() to check instead
Services: DNS Forwarder
Add DNS query forwarding section with options for sequential and require domain.
Make more strict checks during is_ip* functions. Helps http://forum.pfsense.org/index.php/topic,58399.0.html and http://forum.pfsense.org/index.php/topic,58273.0.html
Fix get_interface_subnetv6() for VIPs
Merge pull request #371 from bcyrill/patch-18
Fix filterdns termination
Merge pull request #372 from miken32/reverseacct
Allow RADIUS accounting to be reversed
Make not LAN address etc rules work
I cannot understand how this worked anywhere in the recent past. The code fragment:if(isset($rule[$target]['not'])) $src = " !{$src}";$src = " !{$src}";Appeared in multiple if/else clauses but was missing in 2 places, which I have added....
Kill filterdns when not being used
View revisions
Also available in: Atom