What's new

Block out going web traffic

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

squirrellydw

Regular Contributor
How can I block out going web traffic? I want to block "metrics.plex.tv"

Not sure how, where or anything else I need to put in. I have a ac68u router with merlin

Thanks
 
Make sure "Enable JFFS custom scripts and configs" is enabled in Administration/System.
Then create the file hosts.add in /jffs/configs/ and add the following single line into it:
Code:
0.0.0.0 metrics.plex.tv
Then restart Dnsmasq on the router through SSH, or reboot the router.
Code:
service restart_dnsmasq
Done.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top