Introduction to self-hosting hidden services

This commit is contained in:
nihilist 2024-08-03 18:41:13 +02:00
parent 03bae6bc20
commit 10df301335
9 changed files with 199 additions and 3 deletions

View file

@ -122,6 +122,17 @@ echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --prin
sudo apt update
sudo apt install mullvad-vpn
# Connect to Mullvad VPN
mullvad account login
Enter an account number: 91320912809328832
Mullvad account "91320912809328832" set
# Connect to the VPN:
mullvad lockdown-mode set on
mullvad connect
curl ifconfig.me
194.127.199.92
</code></pre>
<p>From there, Bob can launch the VPN from his desktop:</p>