mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-04 04:41:42 -04:00
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
HOSTS_FILE="/etc/hosts"
|
|
CONFIG_FILE="blocked_websites.conf"
|
|
DEFAULT_RESOLVER="127.0.0.1"
|
|
START_MARKER="# START Blocking Websites by BigBearTechWorld"
|
|
END_MARKER="# END Blocking Websites by BigBearTechWorld"
|
|
BACKUP_DIR="/tmp"
|