Created
March 22, 2022 14:12
-
-
Save ph00lt0/27f64fc0357c36edf4e41ee0a127baeb to your computer and use it in GitHub Desktop.
fix-localhosts
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
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