Project

General

Profile

« Previous | Next » 

Revision c10dbf92

Added by Jim Pingle over 14 years ago

Add snort2c table back in for now.

View differences:

etc/inc/filter.inc
522 522
	$aliases .= "table <webConfiguratorlockout> persist\n";
523 523

  
524 524
	$aliases .= "#pfSnortSam tables\n";
525
	$aliases .= "table <snort2c>\n";
525 526
	$aliases .= "table <pfSnortSamout>\n";
526 527
	$aliases .= "table <pfSnortSamin>\n";
527 528

  
......
2018 2019
	$ipfrules .= <<<EOD
2019 2020

  
2020 2021
# pfSnortSam
2022
block quick from <snort2c> to any label "Block snort2c hosts"
2023
block quick from any to <snort2c> label "Block snort2c hosts"
2021 2024
block quick from <pfSnortSamout> to any label "Block pfSnortSamOut hosts"
2022 2025
block quick from any to <pfSnortSamin> label "Block pfSnortSamIn hosts"
2023 2026

  

Also available in: Unified diff