From fa8a2d88f8bcd937f6be4c244020d0da11487b32 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 16 May 2024 22:34:41 -0700 Subject: [PATCH] Links to privsec post for IVPN Signed-off-by: Tommy --- fedora-gnome/ivpn.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora-gnome/ivpn.sh b/fedora-gnome/ivpn.sh index f1dcbce..334ae09 100644 --- a/fedora-gnome/ivpn.sh +++ b/fedora-gnome/ivpn.sh @@ -27,4 +27,6 @@ echo 'binds+=( '\'''/etc/opt/ivpn/mutable''\'' )' | sudo tee /etc/qubes-bind-dir unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/system/dnat-to-ns.service | sudo tee /etc/systemd/system/dnat-to-ns.service unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/system/dnat-to-ns.path | sudo tee /etc/systemd/system/dnat-to-ns.path -sudo systemctl enable dnat-to-ns.path \ No newline at end of file +sudo systemctl enable dnat-to-ns.path + +# Follow these instructions on how to set up the ProxyVM: https://privsec.dev/posts/qubes/using-ivpn-on-qubes-os/#creating-the-proxyvm \ No newline at end of file