What's new
  • 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!

Block out going web traffic

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.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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