[Solved] NextDNS on OpenWrt 18.06

I have installed OpenWRT on my Linksys WRT1900AC. The latest version that I see published for it and I have installed is 18.06.5.
Now I want to use nextDNS. I see that it has been implemented for version 19.07: https://github.com/openwrt/luci/pull/3291

Is there a way to use NextDNS with version 18.06?
The closest info I find is: Stubby dns over tls using dnsmasq-full for dnssec & caching

How to install NextDNS in Linksys 1900AC with OpenWRT 18.06?
Any help for a novice will be greatly appreciated! Thanks

Why do you want it on 18.06?

Welcome @jbb.

OpenWrt 19.07 is currently at RC2, so I expect it should be released "soon".

The 19.07 RC image for WRT1900AC can be found here https://downloads.openwrt.org/releases/19.07.0-rc2/targets/mvebu/cortexa9/. RC2 sohould be reasonably stable, however, it's not the final release yet, so if this is your only router and you like to minimize any risk of hiccups, you could search the forum to see how this version is doing on your router model.

1 Like

I don't specifically want it on 18.06, but it is the most recent version that I found for Linksys 1900ac and I don't have enough expertise to know if I can install the 19.07.

You absolutely can.

1 Like

You can install 19.07; just keep in mind that it's still an RC2, so there is, in theory, a little bit more chance of bugs than the official release.

Thanks @Hegabo and @neheb , I have upgraded to 19.07 with the link provided by mhegab, installed NextDNS and OpenVPN and both are working fine in my Linksys 1900ac.

Following some begginer steps in case it is of help to some novice like me:

Upgrade to OpenWRT 19.07:
Download the file linksys_wrt1900ac-squashfs-sysupgrade.bin from:
https://downloads.openwrt.org/releases/19.07.0-rc2/targets/mvebu/cortexa9/

Connect to the router with your WebBrowser (http://192.168.1.1) and in Luci interface:
system\backup\FlashFirmware\Flash new firmware image
load the .bin file that you just downloaded to your computer.

Goto System\Software and UpdateList to refresh the available packages names.
Filter: nextDNS
Install: luci-app-nextdns
And the new menu appears in your router Luci \Services\NextDNS
where you must introduce your NextDNS configuration ID

Filter: Openvpn
Install: luci-app-openvpn
And the new menu appears in your router Luci \VPN\OpenVPN
And now you can do all the configuration of the OVPN with SSH

Great. I am glad it worked.

May I suggest, now that you have included the steps to install NextDNS on 19.07, that you edit the subject line accordingly?

Note that it is now also possible to install nextdns on previous versions of OpenWRT thru our installer script. You won’t have UI and it won’t be a package tho.

2 Likes

@Hegabo I would... if I knew how to... there is no longer the pencil in the bottom of the first post and the on in the upper right doesn't allow me to edit it...

Basic users like you can edit only during a 24h time period.
I have edited the topic now for you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.