Skip to content

Instantly share code, notes, and snippets.

@ph00lt0
Created March 22, 2022 14:12
Show Gist options
  • Save ph00lt0/27f64fc0357c36edf4e41ee0a127baeb to your computer and use it in GitHub Desktop.
Save ph00lt0/27f64fc0357c36edf4e41ee0a127baeb to your computer and use it in GitHub Desktop.
fix-localhosts
for a in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 ; do
sudo ifconfig lo0 alias 127.0.0.$a
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment