This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |