Explorar o código

Removed some data from variables

Allen hai 1 semana
pai
achega
7f2f49a919
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      quietcinsarmy.sh

+ 4 - 4
quietcinsarmy.sh

@@ -1,9 +1,9 @@
 #!/bin/bash
 
-BADGUYS_FILE="/root/ci-badguys.txt"
-CHAIN_NAME="CINSARMY_IPS"
-FIREWALL="/sbin/iptables"
-ETH="eth1"
+BADGUYS_FILE=""  # The location (full path) where you want to download the list
+CHAIN_NAME="CINSARMY_IPS"  # The firewall chain to hold the cinsarmy rules
+FIREWALL="/sbin/iptables"  # The path to iptables
+ETH=""  # The name of the ethernet port you'd like to apply these rules to. Example: eth1
 
 # echo "Downloading the cinsarmy bad guys list of IPs."