Block All Internet Access, but allow one website only.

How do I block all the Internet Access on a specify IP Range, but allow https://www.small-improvements.com/ only?

Did you ever find an answer to your post? I’m trying to do the same thing without using a proxy.

Only with web proxy..

To do it in the gui =
ip → firewall → nat → +sign
GENERAL
chain: dstnat
protocol: 6 tcp
dst.port 80
in.interface = put your input interface here !
ACTION
action : redirect
to ports: 8080
Press ok.
Drag this rule to the first place.
Then go to ip → web proxy
GENERAL
enable it
port : 8080
press button ACCESS

maybe using opendns

http://www.howtogeek.com/201312/how-to-use-opendns-on-your-router-pc-tablet-or-smartphone/

Thank you. These are all good ideas, but I can’t use proxy and I am trying to stay away from OpenDNS. What I am doing is using a script that runs every five minutes and resolves the IP’s that I want to use and puts them into and address-list. From there I can reference the address-list in a firewall rule that give me the desired result. I’ve got half of it done already. Need to finish and test.