Commit 970b5f5f7a9e3ba8287f6c821e0d750627764ff9
1 parent
9aa3209c
Exists in
master
and in
87 other branches
adicionando meu vps no whitelist do firewall
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/dev/iptables-filter-rules
... | ... | @@ -16,6 +16,8 @@ |
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 | 18 | |
19 | +# Antonio Terceiro | |
20 | +-A INPUT -s 198.58.116.17/32 -p tcp -m state --state NEW -m multiport --dports 22,80,5432 -j ACCEPT | |
19 | 21 | |
20 | 22 | -A INPUT -s 10.18.0.0/16 -p tcp -m state --state NEW -m multiport --dports 22,80,5432 -j ACCEPT |
21 | 23 | -A INPUT -s 10.18.0.0/16 -p icmp --icmp-type 8 -j ACCEPT | ... | ... |