Apt-cacher-ng and debian-12 testing

It works for Qubes OS 4.2 as well.
Change

/sbin/iptables -I INPUT -p tcp --dport 8082 -j ACCEPT

to

/usr/sbin/nft add rule ip qubes custom-input tcp dport 8082 accept
3 Likes