From a19480107baa2c5b348e0c929f618f7d68cd4c38 Mon Sep 17 00:00:00 2001 From: unman Date: Fri, 5 Aug 2022 15:23:21 +0000 Subject: [PATCH] Pi-hole - credit --- pihole/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pihole/README b/pihole/README index eee377e..2972e04 100644 --- a/pihole/README +++ b/pihole/README @@ -30,6 +30,10 @@ You should change this on first use, by running: `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 if [[ $(qubes-prefs default_netvm sys-firewall |grep sys-firewall ) ]]; then qubes-prefs default_netvm sys-pihole; fi