Skip to content

Instantly share code, notes, and snippets.

@indeedhat
Last active February 12, 2021 15:23
Show Gist options
  • Save indeedhat/f64c7f02fa4db252769024c7c2a5fb7a to your computer and use it in GitHub Desktop.
Save indeedhat/f64c7f02fa4db252769024c7c2a5fb7a to your computer and use it in GitHub Desktop.
add notion.so to your hosts file (windows)
@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
#!/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
@indeedhat
Copy link
Author

Not a 100% fix but better than nothing

  • Download
  • Run the notion.bat file as admin
  • refresh notion multiple time in your browser

you might have to restart your browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment