12 lines
239 B
YAML
12 lines
239 B
YAML
---
|
|
nft_define_host:
|
|
input tcp accepted:
|
|
name: in_tcp_accept
|
|
value: '{ ssh, http, https }'
|
|
output tcp accepted:
|
|
name: out_tcp_accept
|
|
value: '{ ssh, http, https }'
|
|
|
|
fail2ban_services:
|
|
- name: sshd
|
|
backend: systemd
|