Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View hetrixtools's full-sized avatar

HetrixTools hetrixtools

View GitHub Profile
@hetrixtools
hetrixtools / hetrix-update.sh
Created November 19, 2018 11:01 — forked from p-rintz/hetrix-update.sh
Update/Install Hetrixtools iptables ping rules
#!/bin/bash
if [ -z "$1" ]; then
echo
echo "Please pass either 'install' or 'update' as parameter"
echo
elif [ $1 = "update" ]; then
echo "---------------------"
echo "Updating hetrix rules"