Swistheater
Very Senior Member
use putty client to access your router via ssh your routers IP.If you want to, how do you set stubby to not use round robin?
copy and paste nano /jffs/scripts/stubby.postconf into terminal +press enter
copy and paste script below into terminal
Code:
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_replace "round_robin_upstreams: 1" "round_robin_upstreams: 0" $CONFIG
copy and paste
chmod a+rx /jffs/scripts/stubby.postconf
into terminal +press enter
then copy paste service restart_stubby
into terminal + press enter