diff --git a/ipv4-rules.sh b/ipv4-rules.sh index 8a3fa49..326e70b 100755 --- a/ipv4-rules.sh +++ b/ipv4-rules.sh @@ -2,7 +2,8 @@ # SPDX-License-Identifier: GPL-3.0-or-later # set -x -# addCommon() and addTor() implements a DDoS solution for a Tor relay, the remaining code just parses configs amd maintains ipset content +# addCommon() and addTor() implement a DDoS solution for a Tor relay for IPv4 +# the remaining code just parses the config and maintains ipset content # https://github.com/toralf/torutils function addCommon() { diff --git a/ipv6-rules.sh b/ipv6-rules.sh index 36862d6..a3ae9a9 100755 --- a/ipv6-rules.sh +++ b/ipv6-rules.sh @@ -2,7 +2,8 @@ # SPDX-License-Identifier: GPL-3.0-or-later # set -x -# addCommon() and addTor() implements a DDoS solution for a Tor relay, the remaining code just parses configs amd maintains ipset content +# addCommon() and addTor() implement a DDoS solution for a Tor relay for IPv6 +# the remaining code just parses the config and maintains ipset content # https://github.com/toralf/torutils function addCommon() {