mirror of
https://github.com/unman/shaker.git
synced 2025-01-27 14:57:00 -05:00
Pi-hole - credit
This commit is contained in:
parent
a8687db2f1
commit
a19480107b
@ -30,6 +30,10 @@ You should change this on first use, by running:
|
|||||||
`pihole -a -p`
|
`pihole -a -p`
|
||||||
|
|
||||||
|
|
||||||
|
The implementation is based on work by Patrizio Tufarolo,
|
||||||
|
(https://blog.tufarolo.eu/how-to-configure-pihole-in-qubesos-proxyvm/ ),
|
||||||
|
and updated for Qubes 4.1
|
||||||
|
|
||||||
for i in `qvm-ls -O NAME,NETVM | awk '/ sys-firewall/{ print $1 }'`; do qvm-prefs $i netvm sys-pihole; done
|
for i in `qvm-ls -O NAME,NETVM | awk '/ sys-firewall/{ print $1 }'`; do qvm-prefs $i netvm sys-pihole; done
|
||||||
if [[ $(qubes-prefs default_netvm sys-firewall |grep sys-firewall ) ]]; then qubes-prefs default_netvm sys-pihole; fi
|
if [[ $(qubes-prefs default_netvm sys-firewall |grep sys-firewall ) ]]; then qubes-prefs default_netvm sys-pihole; fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user