diff --git a/group_vars/ns.yml b/group_vars/ns.yml index 6542553..544cf9b 100644 --- a/group_vars/ns.yml +++ b/group_vars/ns.yml @@ -1,12 +1,12 @@ --- firewall_in: - - {proto: tcp, port: 22, from: [172.20.20.0/22, 81.175.130.44/32]} + - {proto: tcp, port: 22, from: [172.20.20.0/22, 62.78.229.29/32]} - {proto: tcp, port: 53} - {proto: udp, port: 53} - {proto: tcp, port: 80} - {proto: tcp, port: 443} - {proto: tcp, port: 853} - - {proto: tcp, port: 4949, from: [172.20.20.0/22, 81.175.130.44/32]} + - {proto: tcp, port: 9100, from: [172.20.20.0/22, 62.78.229.29/32]} firewall_raw: - pass quick proto carp diff --git a/group_vars/shell.yml b/group_vars/shell.yml index 2af3bb2..19931a2 100644 --- a/group_vars/shell.yml +++ b/group_vars/shell.yml @@ -9,4 +9,4 @@ firewall_in: - {proto: tcp, port: 22} - {proto: tcp, port: 80} - {proto: tcp, port: 443} - - {proto: tcp, port: 9100, from: [81.175.130.44/32]} + - {proto: tcp, port: 9100, from: [62.78.229.29/32]}