Revision 555db5b9
Added by Scott Ullrich over 17 years ago
- Use correct package name
- Include filter rules
etc/inc/filter.inc | ||
---|---|---|
1300 | 1300 |
$natrules .= frickin_generate_rules('nat'); |
1301 | 1301 |
} |
1302 | 1302 |
|
1303 |
if (is_package_installed('sipproxd') && file_exists('/usr/local/pkg/sipproxd.inc')) {
|
|
1303 |
if (is_package_installed('siproxd') && file_exists('/usr/local/pkg/sipproxd.inc')) { |
|
1304 | 1304 |
require_once('sipproxd.inc'); |
1305 | 1305 |
$natrules .= squid_generate_rules('nat'); |
1306 | 1306 |
} |
... | ... | |
2162 | 2162 |
$ipfrules .= frickin_generate_rules('filter'); |
2163 | 2163 |
} |
2164 | 2164 |
|
2165 |
if (is_package_installed('siproxd') && file_exists('/usr/local/pkg/sipproxd.inc')) { |
|
2166 |
require_once('sipproxd.inc'); |
|
2167 |
$ipfrules .= siproxd_generate_rules('filter'); |
|
2168 |
} |
|
2169 |
|
|
2165 | 2170 |
/* if captive portal is enabled, ensure that access to this port |
2166 | 2171 |
* is allowed on a locked down interface |
2167 | 2172 |
*/ |
Also available in: Unified diff