Main public logs
From IT-Arts.net
Combined display of all available logs of IT-Arts.net. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:01, 20 December 2025 Admin talk contribs created page BASH - sync-snort2c-tables.sh (Created page with "Category:Wiki == sync-snort2c-tables.sh == <pre> #!/usr/bin/env bash # ============================== # User-defined variables # ============================== # Space-separated list of source pfSense IPs IP_SOURCE_PFSENSE="1.2.3.4 5.6.7.8" # Destination pfSense IP IP_DESTINATION_PFSENSE="10.11.12.13" # SSH user (usually root on pfSense) SSH_USER="root" # Name of the PF table created/managed by snort2c PF_TABLE_NAME="snort2c_blacklist" # Temporary working di...")
