As you have sure heared about paranoid psychs with the momo character on the web, many friends are searching for a way to block anything regarding the keyword "momo".
Any suggestions how to block this keywords with pihole?
As you have sure heared about paranoid psychs with the momo character on the web, many friends are searching for a way to block anything regarding the keyword "momo".
Any suggestions how to block this keywords with pihole?
Use this regex: * (^|\.)momo$
Edit - regex momo
- thanks @mcat12 for the correction.
Thanks! This will only block urls which includes the keyword?
Pihole does not block urls too like momo.com
Pi-Hole does block URL's like that, with this regex: * (^|\.)momo\.com$
[2019-03-07 18:51:47.818 500] DEBUG: Regex in line 3 "(^|.)momo.com$" matches "momo.com"
The regex momo
will block any domain with "momo".
2019-03-09 09:40:40 A www.momo.com 192.168.1.55 OK (forwarded) IP (52.6ms)
(^|\.)momo\.com$
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.