Add sshguard configurations.
This commit is contained in:
parent
03cec065bb
commit
63cadafd54
16 changed files with 126 additions and 2 deletions
33
etc/sshguard.whitelist
Normal file
33
etc/sshguard.whitelist
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Localhost.
|
||||
127.0.0.1/8
|
||||
::1
|
||||
|
||||
# Private addresses.
|
||||
10.0.0.0/8
|
||||
169.254.0.0/16
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
|
||||
# Servers
|
||||
5.101.171.208/28
|
||||
2a01:a500:2981:1::/64
|
||||
|
||||
# UK2
|
||||
91.109.244.7
|
||||
91.109.244.8
|
||||
91.109.244.9
|
||||
91.109.244.10
|
||||
91.109.244.11
|
||||
2a02:2498:1:227::/64
|
||||
|
||||
# Linode
|
||||
88.80.191.137
|
||||
2a01:7e00::f03c:93ff:fe86:afae
|
||||
|
||||
# Loveservers
|
||||
185.176.90.169
|
||||
2a07:4580:b0d:57f::169
|
||||
|
||||
# Afterdark
|
||||
afterdark.org.uk
|
||||
2001:470:1f1c:58::/64
|
||||
Loading…
Add table
Add a link
Reference in a new issue