Salt - caching proxy - nftables for 4.2

This commit is contained in:
unman 2024-02-12 23:28:11 +00:00
parent 7769227c3a
commit b00d7f5fb5
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: 3isec-qubes-cacher
Version: 1.13
Version: 1.14
Release: 1%{?dist}
Summary: A caching proxy in Qubes

View File

@ -7,11 +7,11 @@
- text: |
systemctl unmask apt-cacher-ng
systemctl start apt-cacher-ng
/sbin/iptables -I INPUT -p tcp --dport 8082 -j ACCEPT
/usr/sbin/nft insert rule qubes custom-input tcp dport 8082 accept
/rw/config/qubes-firewall-user-script:
file.append:
- text: /sbin/iptables -I INPUT -p tcp --dport 8082 -j ACCEPT
- text: /usr/sbin/nft insert rule qubes custom-input tcp dport 8082 accept
/rw/config/qubes-bind-dirs.d/50_user.conf:
file.managed: