ansible-playbooks

another attempt to have everything organized ...
git clone https://git.e1e0.net/ansible-playbooks.git
Log | Files | Refs | README | LICENSE

commit 7f1afbeb1bbc5f305a9c64ea909c522a63a0ab37
parent c9fd939c13377f4e80ed2feefb9f1153bc958c73
Author: Paco Esteban <paco@e1e0.net>
Date:   Tue,  9 Jun 2020 23:52:24 +0200

pf: new ipv6 ranges and ipv4 trusted

Diffstat:
Mroles/pf/templates/pf.conf.j2 | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/roles/pf/templates/pf.conf.j2 b/roles/pf/templates/pf.conf.j2 @@ -2,10 +2,9 @@ ext_if = "{{ pf_external_interface }}" -table <trusted_v6> { 2001:470:c980:10::/64 2001:470:c980:22::/64 \ - 2001:470:1f13:363::e1e0/128 2607:5300:60:823f::48/64 \ - 2001:41d0:302:1100::c:2aa7/64 } -table <trusted_v4> { 159.69.146.152/32 51.79.32.48/32 54.37.151.90/32 } +table <trusted_v6> { 2001:470:1b0a:10::/64 2001:470:1b0a:22::/64 \ + 2001:470:1f13:363::e1e0/128 } +table <trusted_v4> { 159.69.146.152/32 199.185.137.3/32 } # scanners table <scanners> { 104.152.52.21 104.152.52.22 104.152.52.23 104.152.52.24 \