I’ve done this and this does work.
If you can’t connect to asstr (browser says it can’t find the site)
put the following in your ‘hosts’ file (for windows: c:\windows\system32\drivers\etc\hosts )
Hit windows key type in notepad and look at the top and there will be ‘notepad app’ right click and run as administrator
64.71.155.222 www.asstr.org
For LINUX
sudo echo 64.71.155.222 www.asstr.org >> /etc/hosts
The double >> is very important…