What's new

Stubby-Installer-Asuswrt-Merlin

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Do you have DNSSEC enabled? If so the Cloudflare help page will not work.

Sent from my SM-T380 using Tapatalk
I do not. It worked (showed DoT was on) until I rebooted my router. I'm guessing something didn't save correctly. I then began having weird DNS issues this morning, so I uninstalled Stubby. I'll try starting again from scratch.

Also I have a local NTP server (raspberry pi) that I call directly by IP, so it seems dubious it's a time server issue, and I use the fake-clock script as well.
 
Last edited:
I do not. It worked (showed DoT was on) until I rebooted my router. I'm guessing something didn't save correctly. I then began having weird DNS issues this morning, so I uninstalled Stubby. I'll try starting again from scratch.

Also I have a local NTP server (raspberry pi) that I call directly by IP, so it seems dubious it's a time server issue, and I use the fake-clock script as well.
Still, likely a time server issue. Use the patch for dnsmasq.conf.add and see if it helps.

Sent from my SM-T380 using Tapatalk
 
So is upgrading Entware via AMTM still an option for us with AC86U or should we hold off? I know the last time I tried it my Stubby went dead and thanks to @JackYaz was able to downgrade and reinstall again.




Sent from my iPhone using Tapatalk
 
So is upgrading Entware via AMTM still an option for us with AC86U or should we hold off? I know the last time I tried it my Stubby went dead and thanks to @JackYaz was able to downgrade and reinstall again.




Sent from my iPhone using Tapatalk
Awaiting confirmation of changes from @Adamm and will then merge to fork.Best to hold off anything involving my fork for the time
 
Awaiting confirmation of changes from @Adamm and will then merge to fork.Best to hold off anything involving my fork for the time

It’s what I wondered from the previous posts yesterday.. Thank you for confirming!!


Sent from my iPhone using Tapatalk
 
Is it just a case of installing haveged and once the init.d script runs, the kernel (or Stubby) will use it for rng, or is it just wishful thinking that it'd be that simple?
 
Last edited:
Is it just a case of installing haveged and once the init.d script runs, the kernel (or Stubby) will use it for rng, or is it just wishful thinking that it'd be that simple?
Yes, it's that simple - as discussed in this thread. ;)

You can then watch the available entropy with this command:
watch -n 1 cat /proc/sys/kernel/random/entropy_avail
 
Last edited:
It seems that I do not have the install entware option in AMTM ? Stubby will not install on my AC88 without it.
 
It seems that I do not have the install entware option in AMTM ? Stubby will not install on my AC88 without it.
The easiest way to install entware is to install Diversion, which also requires entware (installed if not already installed) -- Diversion install can be initiated from AMTM.
 
Last edited:
The easiest way to install entware is to install Diversion, which also requires entware (installed if not already installed) -- Diversion install can be initiated from AMTM.

Thank you. For some reason, Diversion killed my local plex streaming. After uninstalling Diversion and keeping entware , stubby installed and tests all show it is working. Thanks again.
 
As it seems @Xentrk is on holiday, with respect to the original maintainer I have posted both a pull request for the original repo detailing the changes extensively, and committed the changes to the scripts temporary repo hosted by @Jack Yaz until he is back.

The update is pretty extensive and you should expect enhanced functionality, reliability + suggested tweaks and updated statically linked binaries by @Odkrys (TLS 1.3 / Cipher List / haveged). The installer has an update function that will present its-self in the menu options when an update is detected. All stubby users after downloading should run the install procedure to update their current config files.

Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/Stubby-Installer-Asuswrt-Merlin/master/install_stubby.sh" -o "/jffs/scripts/install_stubby.sh" && chmod 755 /jffs/scripts/install_stubby.sh && sh /jffs/scripts/install_stubby.sh
 
As it seems @Xentrk is on holiday, with respect to the original maintainer I have posted both a pull request for the original repo detailing the changes extensively, and committed the changes to the scripts temporary repo hosted by @Jack Yaz until he is back.

The update is pretty extensive and you should expect enhanced functionality, reliability + suggested tweaks and updated statically linked binaries by @Odkrys (TLS 1.3 / Cipher List / haveged). The installer has an update function that will present its-self in the menu options when an update is detected. All stubby users after downloading should run the install procedure to update their current config files.

Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/Stubby-Installer-Asuswrt-Merlin/master/install_stubby.sh" -o "/jffs/scripts/install_stubby.sh" && chmod 755 /jffs/scripts/install_stubby.sh && sh /jffs/scripts/install_stubby.sh
Sorry @Adamm I was away for a while. Is this update for all models?:)
 
As it seems @Xentrk is on holiday, with respect to the original maintainer I have posted both a pull request for the original repo detailing the changes extensively, and committed the changes to the scripts temporary repo hosted by @Jack Yaz until he is back.

The update is pretty extensive and you should expect enhanced functionality, reliability + suggested tweaks and updated statically linked binaries by @Odkrys (TLS 1.3 / Cipher List / haveged). The installer has an update function that will present its-self in the menu options when an update is detected. All stubby users after downloading should run the install procedure to update their current config files.

Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/Stubby-Installer-Asuswrt-Merlin/master/install_stubby.sh" -o "/jffs/scripts/install_stubby.sh" && chmod 755 /jffs/scripts/install_stubby.sh && sh /jffs/scripts/install_stubby.sh
Care to document the changes? Might also be best to run the changes by the original testers to be sure the changes work for everyone.

Sent from my SM-T380 using Tapatalk
 
Sorry @Adamm I was away for a while. Is this update for all models?:)

Yes it supports all models (that includes the AC86U and AX88U).

Care to document the changes? Might also be best to run the changes by the original testers to be sure the changes work for everyone.

I already posted a link to the changes which are detailed extensively. Most changes are related to the installer script its-self so a wide testing pool was not necessary.
 
As it seems @Xentrk is on holiday, with respect to the original maintainer I have posted both a pull request for the original repo detailing the changes extensively, and committed the changes to the scripts temporary repo hosted by @Jack Yaz until he is back.

The update is pretty extensive and you should expect enhanced functionality, reliability + suggested tweaks and updated statically linked binaries by @Odkrys (TLS 1.3 / Cipher List / haveged). The installer has an update function that will present its-self in the menu options when an update is detected. All stubby users after downloading should run the install procedure to update their current config files.

Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/Stubby-Installer-Asuswrt-Merlin/master/install_stubby.sh" -o "/jffs/scripts/install_stubby.sh" && chmod 755 /jffs/scripts/install_stubby.sh && sh /jffs/scripts/install_stubby.sh
When I enable round robin in the .yml using value "1" and enable the other cloudflare servers it breaks stubby. That is if I un-comment the servers for cloudflare, and change round robin value to 1 this happens. When I run stubby restart command it fails to start.
 
Yes it supports all models (that includes the AC86U and AX88U).



I already posted a link to the changes which are detailed extensively. Most changes are related to the installer script its-self so a wide testing pool was not necessary.
Would be great to have the changes in in a format a person could understand without being a programmer.

And what if a user does not want haveged?

No, I disagree. You should have your script tested by others.

Edit: So one of the testers is having issues. Please pull your update back!
 

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!
Top