mirror of
https://github.com/unman/shaker.git
synced 2025-01-11 23:39:27 -05:00
Salt - caching proxy - nftables for 4.2
This commit is contained in:
parent
7769227c3a
commit
b00d7f5fb5
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-cacher
|
||||
Version: 1.13
|
||||
Version: 1.14
|
||||
Release: 1%{?dist}
|
||||
Summary: A caching proxy in Qubes
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user