ufw (#223)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#223 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
7dba25bbd3
commit
71252b6b8d
3 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
to_port: 80
|
||||
comment: 'dokuwiki-webserver'
|
||||
from_ip: 0.0.0.0/0
|
||||
protocol: tcp
|
||||
- rule: allow
|
||||
to_port: 4949
|
||||
protocol: tcp
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
to_port: 80
|
||||
comment: 'pihole-webgui'
|
||||
from_ip: 0.0.0.0/0
|
||||
protocol: tcp
|
||||
- rule: allow
|
||||
to_port: 4949
|
||||
protocol: tcp
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
- geoipupdate # für munin-tor_
|
||||
- python3-geoip # für munin-tor_
|
||||
- nyx # tor-cli-monitoring
|
||||
- open-vm-tools
|
||||
### mgrote.fail2ban
|
||||
f2b_bantime: 3600
|
||||
f2b_findtime: 600
|
||||
|
|
Loading…
Reference in a new issue