This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
v0.4.1
-
major rework of restic backup role, see: https://wiki.junicast.de/en/junicast/docs/AnsibleOpenWrtCollection/roleRestic
-
defining rules in firewall role is now more fault tolerant:
src_port fallback names:- src-port
- srcport
dest_port fallback names: - dest-port
- destport
- port
new fallback option for rule (port)
It is a common error to not use the 'dest_port' attribute for a rule but
to write 'port' instaed. This could lead to somewhat catastrophic
results, as the rule would accept every traffic for e.g.
udp / tcp or udptcp withtout a restriction to the destination
port.
As a fallback in case someone writes port instead of dest_port this
now also works and will have the same result if one would have
written dest_port.