Page 1 of 1

Block updates on router level???

Posted: Fri Apr 14, 2017 5:01 pm
by W3CB
Block updates on router level

Post by blackbox » Sun Dec 20, 2015 8:51 pm

Here I won't detail how to use your router, you're supposed to know it :)

You have to block these domains (=ALL URLs containing, including https!!):
msecnd.net
samsungotn.net
otn.samsungcloudcdn.com
I'm curious. What router/firmware do you have that can block specific https urls?

Re: Block updates on router level???

Posted: Fri Apr 14, 2017 5:03 pm
by zoelechat
One supporting dnsmasq :)

Re: Block updates on router level???

Posted: Fri Apr 14, 2017 5:23 pm
by W3CB
Yeah, i just read about that on some post for ClearOS, https://www.clearos.com/clearfoundation ... cebook-com ...not many do though.
Friday, January 06 2017, 09:15 AM - #Permalink
I have found the most effective way to do this is via DNS (dnsmasq)

Add the lines below to /etc/dnsmasq.conf

address=/encrypted.google.com/127.0.0.1
address=/facebook.com/127.0.0.1
address=/twitter.com/127.0.0.1
address=/plus.google.com/127.0.0.1
address=/youtube.com/127.0.0.1
address=/instagram.com/127.0.0.1
address=/itunes.apple.com/127.0.0.1
there using a host file? to redirect to localhost.

Re: Block updates on router level???

Posted: Fri Apr 14, 2017 6:39 pm
by zoelechat
Indeed tweaking hosts file is ok too.

Re: Block updates on router level???

Posted: Sat Apr 15, 2017 6:24 am
by W3CB
zoelechat wrote: Fri Apr 14, 2017 6:39 pm Indeed tweaking hosts file is ok too.
so that's not what there doing? how do I go about doing this on my ASUS RT-AC66U then?

Re: Block updates on router level???

Posted: Sat Apr 15, 2017 8:03 am
by asiersan
You must use ab-solution for asus merlin firmware.

https://www.snbforums.com/threads/relea ... ion.37511/


Enviado desde mi iPhone utilizando Tapatalk

Re: Block updates on router level???

Posted: Sat Apr 15, 2017 2:20 pm
by W3CB
asiersan wrote: Sat Apr 15, 2017 8:03 am You must use ab-solution for asus merlin firmware.

https://www.snbforums.com/threads/relea ... ion.37511/


Enviado desde mi iPhone utilizando Tapatalk
Thats absolutly fantastic, thanks alot!!!