What's new

nextdns on RT-AC87U

Have you enabled in router GUI,

administration > system, Enable JFFS custom scripts and configs > yes

Enable SSH > LAN only

Use PuTTy and enter router IP address.

Enter router login ID and Password, password will not show, security.

Run install command.

Code:
sh -c "$(curl -sL https://nextdns.io/install)"

Follow prompts to set up the way want.

Have you verified if you can install/run it on your router model and your installed version of Merlin?
 
i found solution, for those who struggle the same issue just create file named
Code:
.curlrc
and write
Code:
--insecure
to it. place this file to
Code:
/home/root/
full path must be
Code:
/home/root/.curlrc

and now both commands should work flawlesly

Code:
sh -c "$(curl -sL https://nextdns.io/install)"

and

Code:
sh -c 'sh -c "$(curl -sL https://api.controld.com/dl)"'
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top