I am one of those people who function better by writing things down. One day, I realized that most of my notes don’t have to be private, so here they are - my second brain. Be warned that, if you stumble upon something here that doesn’t make sense to you, it isn’t meant to!
Algo VPN
Documentation: https://github.com/trailofbits/algo Make sure IPv6 is supported on the cloud provider. (For e.g., see this for Oracle.) Commands # Activate python env source .env/bin/activate # Update users ./algo update-users # Once deployed, if you want to update the ad blocker list, update and run the following. sudo vim /usr/local/sbin/adblock.sh sudo /usr/local/sbin/adblock.sh Config ~/algo/config.cfg contains the following: adblock_lists: - "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" - "https://hosts.oisd.nl/" - "https://hosts.oisd.nl/extra/" - "https://raw.githubusercontent.com/x0uid/SpotifyAdBlock/master/hosts" BetweenClients_DROP: false block_smb: false block_netbios: false