mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Setup Script - Firewall Automation
This commit is contained in:
9
pillar/firewall/addfirewall.sh
Normal file
9
pillar/firewall/addfirewall.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This script adds ip addresses to specific rule sets defined by the user
|
||||
|
||||
POLICY=$1
|
||||
IPADDRESS=$2
|
||||
|
||||
echo " - $2" >> /opt/so/saltstack/pillar/firewall/$1.sls
|
||||
salt-call state.apply firewall
|
||||
Reference in New Issue
Block a user