Skip to content

Instantly share code, notes, and snippets.

@glsmaxx2015
Created August 15, 2017 18:18
Show Gist options
  • Save glsmaxx2015/fc33480381f793db2aceb6e82fb801ff to your computer and use it in GitHub Desktop.
Save glsmaxx2015/fc33480381f793db2aceb6e82fb801ff to your computer and use it in GitHub Desktop.
Toggles hostsblockingscript OFF Run hostsblockingscript to restart adfree situation
## BY: Greg Shubert ON: 08-15-2017##
## hoststoggle....Turns OFF hostsblockingscript.
## To toggle back to mostly ADDFREE run hostsblockingscript
#!/bin/bash
rm -rf /etc/hosts
cp /root/hostsbackup /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment