diff --git a/ddos-mitigator.sh b/ddos-mitigator.sh index 5d5153f..1c7cf1c 100755 --- a/ddos-mitigator.sh +++ b/ddos-mitigator.sh @@ -31,6 +31,8 @@ # - 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"