Skip to content

Instantly share code, notes, and snippets.

@theking2
Created September 13, 2025 12:35
Show Gist options
  • Select an option

  • Save theking2/52fd13f4691743dd523da5728bd92026 to your computer and use it in GitHub Desktop.

Select an option

Save theking2/52fd13f4691743dd523da5728bd92026 to your computer and use it in GitHub Desktop.
update-hosts
#! /bin/bash
cp /etc/hosts.base ~/hosts
curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts >> ~/hosts
sudo mv ~/hosts /etc/hosts
sudo systemctl reload dnsmasq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment