mirror of
https://github.com/unman/shaker.git
synced 2025-01-12 15:59:31 -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
|
Name: 3isec-qubes-cacher
|
||||||
Version: 1.13
|
Version: 1.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A caching proxy in Qubes
|
Summary: A caching proxy in Qubes
|
||||||
|
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
- text: |
|
- text: |
|
||||||
systemctl unmask apt-cacher-ng
|
systemctl unmask apt-cacher-ng
|
||||||
systemctl start 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:
|
/rw/config/qubes-firewall-user-script:
|
||||||
file.append:
|
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:
|
/rw/config/qubes-bind-dirs.d/50_user.conf:
|
||||||
file.managed:
|
file.managed:
|
||||||
|
Loading…
Reference in New Issue
Block a user