diff options
-rw-r--r-- | inventory/host_vars/ch-iot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-iot.yml b/inventory/host_vars/ch-iot.yml index 043403b3..1a5782b4 100644 --- a/inventory/host_vars/ch-iot.yml +++ b/inventory/host_vars/ch-iot.yml @@ -55,7 +55,7 @@ nftables_base_rules: chain input_iot { ip protocol icmp accept ip6 nexthdr ipv6-icmp accept - tcp dport { domain, 1883 } accept + tcp dport { domain, http, 1883 } accept udp dport { bootps, domain, ntp } accept } |