Commit c2a84f0f88b00a5fc95f5dbf3080d9f17d17c974
1 parent
d5cc68f5
Exists in
master
and in
65 other branches
Removed Terceiro's IPs (no longer used)
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br> Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org>
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
config/development/iptables-filter-rules
... | ... | @@ -17,11 +17,6 @@ |
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 | 18 | |
19 | 19 | |
20 | -# Antonio Terceiro | |
21 | --A INPUT -s 198.58.116.17/32 -p tcp -m state --state NEW -m multiport --dports 22,80,5432 -j ACCEPT | |
22 | --A INPUT -s 189.4.54.241/32 -p tcp -m state --state NEW -m multiport --dports 22,80,443 -j ACCEPT | |
23 | - | |
24 | - | |
25 | 20 | -A INPUT -s 10.18.0.0/16 -p tcp -m state --state NEW -m multiport --dports 22,80,5432 -j ACCEPT |
26 | 21 | -A INPUT -s 10.18.0.0/16 -p icmp --icmp-type 8 -j ACCEPT |
27 | 22 | -A INPUT -s 189.9.137.239/32 -p tcp -m state --state NEW -m tcp --dport 10050 -j ACCEPT | ... | ... |