Skip to content

Commit

Permalink
firewall: fix nftables service test_status command
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Feb 25, 2025
1 parent fac0900 commit 5a0b4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/yunohost/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ yunohost-api:
log: /var/log/yunohost/yunohost-api.log
category: admin
nftables:
test_status: nft list chain ip filter input | grep "dport" | grep -q "accept"
test_status: nft list chain inet filter input | grep "dport" | grep -q "accept"
category: security
yunomdns:
category: mdns
Expand Down

0 comments on commit 5a0b4a8

Please sign in to comment.