chu
Occasional Visitor
i have a usb flash disk plug in my asus ac 1900p,the services-start i wote andas below:
#!/bin/sh
sleep 20
modprobe xt_set.ko
ipset -N setgoogle iphash
iptables -t nat -A PREROUTING -p tcp -m set --match-set setgoogle dst -j REDIRECT --to-port 8080
/opt/etc/init.d/rc.unslung start
#!/bin/sh
sleep 20
modprobe xt_set.ko
ipset -N setgoogle iphash
iptables -t nat -A PREROUTING -p tcp -m set --match-set setgoogle dst -j REDIRECT --to-port 8080
/opt/etc/init.d/rc.unslung start