iptables.OnReloaded(func() {
            log.G(context.TODO()).Debugf("Recreating iptables chains on firewall reload")
            if _, _, _, _, err := setupIPChains(config, iptables.IPv4); err != nil {
                log.G(context.TODO()).WithError(err).Error("Error reloading iptables chains")
            }