mirror of
https://github.com/unman/shaker.git
synced 2025-09-18 11:24:37 -04:00
Salt - caching proxy - mask tinyproxy
This commit is contained in:
parent
1bd359e398
commit
049601fe81
2 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: 3isec-qubes-cacher
|
||||
Version: 1.12
|
||||
Version: 1.13
|
||||
Release: 1%{?dist}
|
||||
Summary: A caching proxy in Qubes
|
||||
|
||||
|
@ -96,6 +96,8 @@ if [ $1 -eq 0 ]; then
|
|||
fi
|
||||
|
||||
%changelog
|
||||
* Sat Feb 10 2024 unman <unman@thirdeyesecurity.org> - 1.12
|
||||
- mask tinyproxy
|
||||
* Tue Jan 30 2024 unman <unman@thirdeyesecurity.org> - 1.12
|
||||
- Update file locations for use in Qubes 4.2
|
||||
* Thu Nov 30 2023 unman <unman@thirdeyesecurity.org> - 1.11
|
||||
|
|
|
@ -21,6 +21,14 @@ installed:
|
|||
- anacron
|
||||
- apt-cacher-ng
|
||||
|
||||
tinyproxy-disable:
|
||||
cmd.run:
|
||||
- name: systemctl disable tinyproxy
|
||||
|
||||
tinyproxy-mask:
|
||||
cmd.run:
|
||||
- name: systemctl mask tinyproxy
|
||||
|
||||
systemd-disable:
|
||||
cmd.run:
|
||||
- name: systemctl disable apt-cacher-ng
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue