Commit d5cc68f51e32db80656d1b15a58752e433c215a3
1 parent
5065293b
Exists in
master
and in
90 other branches
Removed old IP address from firewall
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
config/development/iptables-filter-rules
... | ... | @@ -15,7 +15,6 @@ |
15 | 15 | |
16 | 16 | # Sergio Oliveira |
17 | 17 | -A INPUT -s 179.111.229.232/32 -p tcp -m state --state NEW -m multiport --dports 22,80,5432 -j ACCEPT |
18 | --A INPUT -s 189.5.248.31/32 -p tcp -m state --state NEW -m multiport --dports 22,80,5432 -j ACCEPT | |
19 | 18 | |
20 | 19 | |
21 | 20 | # Antonio Terceiro | ... | ... |