Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Tired of pesky corporations with no respect for your privacy applying
# man in the middle attacks to your network traffic in the name of security?
# This script wont fix that but it will allow you use the internet.
# This comes with no warranty and is very unsafe to use.
# Again No warranty and I take no responsibility, you are using this script at your own risk.
# Check if the script is being run with superuser privileges
if [[ $EUID -ne 0 ]]; then