Tag iptables

Securing a WordPress Server with iptables

A minimal, correct iptables ruleset for a typical WordPress box: SSH access, HTTP/HTTPS for the site, an app port, and a database port that should never be reachable from outside. ## The rules ## Why this version differs from a…