Files @ 5ae7541e88d1
Branch filter:

Location: majic-ansible-roles/roles/common/molecule/default/files/ferm_http.conf - annotation

branko
MAR-181: Drop support for Debian 9 Stretch from the backup_server role:

- Switch to using IPs from VirtualBox default allowed host-only
network subnets.
1
2
3
4
5
6
7
8
domain (ip ip6) {
    table filter {
        chain INPUT {
            # HTTP
            proto tcp dport 80 ACCEPT;
        }
    }
}