Last active
February 12, 2021 15:23
-
-
Save indeedhat/f64c7f02fa4db252769024c7c2a5fb7a to your computer and use it in GitHub Desktop.
add notion.so to your hosts file (windows)
This file contains 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
@echo off | |
echo 104.26.4.98 notion.so >> C:\Windows\System32\drivers\etc\hosts | |
echo 104.26.5.98 notion.so >> C:\Windows\System32\drivers\etc\hosts | |
echo 104.26.4.98 www.notion.so >> C:\Windows\System32\drivers\etc\hosts | |
echo 104.26.5.98 www.notion.so >> C:\Windows\System32\drivers\etc\hosts | |
echo 104.26.4.98 *.notion.so >> C:\Windows\System32\drivers\etc\hosts | |
echo 104.26.5.98 *.notion.so >> C:\Windows\System32\drivers\etc\hosts | |
echo 104.26.4.98 msgstore.www.notion.so >> C:\Windows\System32\drivers\etc\hosts | |
echo 104.26.5.98 msgstore.www.notion.so >> C:\Windows\System32\drivers\etc\hosts |
This file contains 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
#!/bin/bash | |
echo 104.26.4.98 notion.so >> /etc/hosts | |
echo 104.26.5.98 notion.so >> /etc/hosts | |
echo 104.26.4.98 www.notion.so >> /etc/hosts | |
echo 104.26.5.98 www.notion.so >> /etc/hosts | |
echo 104.26.4.98 *.notion.so >> /etc/hosts | |
echo 104.26.5.98 *.notion.so >> /etc/hosts | |
echo 104.26.4.98 msgstore.www.notion.so >> /etc/hosts | |
echo 104.26.5.98 msgstore.www.notion.so >> /etc/hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not a 100% fix but better than nothing