Allow only one website (GL-AR750)

Hi Guys,

I want to restrict my guest wifi to only one website how to achieve that?

Thanks,
Perry

If you have set up guest network successfully following this tutorial. You can allow only one website via iptables, it looks like this.

opkg update
opkg install iptables-mod-filter
iptables -I FORWARD -i br-guest -m string ! --string "google" --algo bm -j DROP