Nostr Pro Tip:
If you have a muscle memory of opening twitter, then run
On Linux/MacOS:
```
sudo bash -c "cat >> /etc/hosts << EOF
0.0.0.0 twitter.com
EOF
"
On Windows
echo 0.0.0.0 twitter.com >> %WINDIR%\System32\Drivers\Etc\Hosts
(but also don't trust & verify commands some rando gives you online)
127.0.0.1 ser if you want to block it :)
Please Login to reply.
Yeah I was like why is he trying to broadcast it lol
It may depend on your setup. 0.0.0.0 returns faster and causes less issues in my experience (e.g. in situations when you run servers on localhost)