I like this article. It was very well laid out. I've already added a new card to my Trello board for taking a look at implementing "yield" in our software application.
Yeah, I found this pretty cool as well. Plus from inside the iframe you can keep navigating to the Learn tutorial page over and over again inside laptops and create a cool snake like laptop, lol.
Thanks david! I did a tracert on their IP of 213.206.98.165 and I get out of our AT&T firewall, we get to something that is telia.net, then to atom86.net, then we get to 213.133.37.246 and then it times out.
Also, when I try to add an IP to ban, I am getting an error "Unable to get property 'indexOf' of undefined or null reference".
After looking at it, it looks like I'm getting an empty IPList from the fail2rest api.
So the code dies here "activeJail.data.IPList.indexOf(ipAddress) === -1" since the IPList is null. Maybe I have something misconfigured for the fail2rest, but I'm am not currently sure yet.
Also, the adding and deleting of regexes does work fine! :)
UPDATE: Looks like my updates are not working, but the reading of the config file is working. I'm thinking it might be something with my fail2rest...
Also don't forget to update SSL with any applications running on the server. OpenVPN for instance uses it's own SSL libraries that need updating libcrypto.so.1.0.0.1 and libssl.so.1.0.0.1. Make sure you update your certificates everywhere too.