So I followed the readme, added the following to /etc/dnsmasq.conf:
address=/www.notion.so/#
But then the following command fails:
$ sudo /etc/init.d/dnsmasq restart
[....] Restarting dnsmasq (via systemctl): dnsmasq.serviceJob for dnsmasq.service failed because the control process exited with error code.
See "systemctl status dnsmasq.service" and "journalctl -xe" for details.
failed!
I found notion.so was blacklisted:
So I followed the readme, added the following to
/etc/dnsmasq.conf
:But then the following command fails:
sudo journalctl -xe
does not show anything.Is this the right way to whitelist? Thank you!