Closed unman closed 7 months ago
For mail reading:
/rw/config/rc.local:
...
/sbin/iptables -I INPUT -p tcp --dport 8082 -j ACCEPT
/rw/config/qubes-firewall-user-script:
...
- text: /sbin/iptables -I INPUT -p tcp --dport 8082 -j ACCEPT
Would you accept a PR for:
The use of drop-in configuration is intended to avoid appending the code multiple times in case the user did modify the files.
Changed from iptables to nftables in b00d7f5fb533a765a9b6abadc14181a1c3a607f6
Any desire in migrating the files to the drop-in configuration directories?
@unman ping
This is fixed in the versions packaged for 4.2 Closing.
configuration still retains iptables commands, not recognised in debian-12