mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
Fixed the last commit. A 0 was missing.
This commit is contained in:
@@ -2924,7 +2924,7 @@ sub writepacfile
|
||||
if (
|
||||
(isPlainHostName(host)) ||
|
||||
(dnsDomainIs(host, ".$mainsettings{'DOMAINNAME'}")) ||
|
||||
(isInNet(host, "127.0.0.1", "255.0.0")) ||
|
||||
(isInNet(host, "127.0.0.1", "255.0.0.0")) ||
|
||||
(isInNet(host, "10.0.0.0", "255.0.0.0")) ||
|
||||
(isInNet(host, "172.16.0.0", "255.240.0.0")) ||
|
||||
(isInNet(host, "192.168.0.0", "255.255.0.0")) ||
|
||||
|
||||
Reference in New Issue
Block a user