diff --git a/ddos-mitigator.sh b/ddos-mitigator.sh index 3d9bbc1..8270584 100755 --- a/ddos-mitigator.sh +++ b/ddos-mitigator.sh @@ -31,8 +31,6 @@ # - sys-apps/util-linux (`getopt`) # # # ################################################################################ -# Here goes: -# ss -On state established '( sport = :https )'|tr -s '[:blank:]'|cut -d' ' -f5 # Set the host's own IP address. So far, only an IPv4 address is supported. MY_IP="94.199.214.20"