howto Howto block H.323 spam calls with fail2ban By blog.gnugk.org Published On :: Mon, 12 Aug 2019 10:22:00 +0000 When you run the GNU Gatekeeper, you can block spam calls from the well known bots ("MERA RU", "SimpleOPAL" etc.) eg. using a small LUA script in your config. But that alone doesn't stop the load on the server, because often these bots keep on making calls. Fail2ban to the rescue! With this filter definition in /etc/fail2ban/filter.d/gnugk.conf you can check fro rejected calls: [Definition]failregex = Dropping call CRV=[0-9]+ from <HOST>:[0-9]+ due to Setup authentication failureignoreregex = And then you can add this jail definition to /etc/fail2ban/jail.local to block the IP: [gnugk]enabled = truelogpath = /var/log/gnugk.logfilter = gnugkbantime = 6000maxretry = 2action = iptables[name=GnuGk, port=1720, protocol=tcp] Voila! Full Article gnugk h.323 monitoring security spam
howto iOS DND doesn't work all the time; howto? By ask.metafilter.com Published On :: Wed, 06 May 2020 15:23:21 -0800 For latest iOS: If I'm actively using my phone, DND doesn't seem to work -- this is annoying when I'm trying to get lost in a book, long article, etc. Is there a way to force all incoming texts to obey DND at all times? Full Article ios dnd donotdisturb resolved