alpine: don’t hardcode nftables input rule for SSH
Instead configure it in NetBox like all other services.
This commit is contained in:
parent
38ff061f81
commit
3261bc7f98
|
@ -1,7 +1,5 @@
|
|||
table inet filter {
|
||||
chain input {
|
||||
tcp dport ssh accept
|
||||
|
||||
{% for service in services %}
|
||||
{% set prefixes = service | allowed_prefixes %}
|
||||
{% set ports = service.ports | compact_numlist %}
|
||||
|
|
Loading…
Reference in a new issue