“...I've been working since 2008 with Ruby / Ruby on Rails, love a bit of Elixir / Phoenix and learning Rust. I also poke through other people's code and make PRs for OpenSource Ruby projects that sometimes make it. Currently working for InPay...”

Rob Lacey (contact@robl.me)
Senior Software Engineer, Brighton, UK

iptables reminder

Forgot all about iptables….

rails # iptables -A INPUT -s <naughty ip> -j DROP
 rails # iptables --list
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
DROP       all  --  bl16-108-238.dsl.telepac.pt  anywhere            

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination