autofw: insert does not need 'yes'

This commit is contained in:
Daniel Brahneborg 2025-12-04 21:09:12 +01:00
parent 9957479411
commit a931620a79

View file

@ -64,7 +64,7 @@ This way whitelisted addresses can never be blocked.
yes | ufw delete deny from a.b.c.116/32
ufw insert 1 deny from a.b.c.112/29
yes | ufw delete allow from e.f.g.h/32
yes | ufw insert 1 allow from e.f.g.h/32
ufw insert 1 allow from e.f.g.h/32
## TODO