Files
securityonion/pillar/firewall/addfirewall.sh
2018-06-27 13:22:12 -04:00

9 lines
208 B
Bash

#!/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