That could be why. Try entering it between "" on the password field as a workaround for now.
I couldn't get the double-quotes trick to work. It was easier just to change my PW at No-IP. Working normally now. Thanks.
That could be why. Try entering it between "" on the password field as a workaround for now.
I remember what I do when testing new iandyn function. I renamed the ddns start script and configured ddns gui and not restarted ddns. Seems to work now and not constantly repeted watchdog restart every 30 seconds.
Saw you watchdog modification on github.
https://github.com/RMerl/asuswrt-merlin.ng/commit/911bc96201e8701fb46f7c1d821cd4dd27b6a5aa
I couldn't get the double-quotes trick to work. It was easier just to change my PW at No-IP. Working normally now. Thanks.
Merlin has already stated several times that Asus provide him with the GPLs to his FTP before we even see a release so he DOES NOT need people constantly pointing out their release.@RMerlin The latest Source Code for RT-AC86U and RT-AC68U release today.
- RT-AC86U: https://www.asus.com/us/Networking/RT-AC86U/HelpDesk_Download/
- RT-AC68U: https://www.asus.com/us/Networking/RTAC68U/HelpDesk_Download/
- Note: Adaptive QoS Upload.
I do not care about the other models, because I am a feminist.
Merlin has already stated several times that Asus provide him with the GPLs to his FTP before we even see a release so he DOES NOT need people constantly pointing out their release.
You are probably just trying to be helpful, but achieving the opposite in this case.
I usually receive the GPL archives before you guys even see them on the website, since Asus uploads them on my FTP server.
What am I supposed to see?It is that you do not have me patience.
So you're complaining that someone who dedicates their free time to making available an improved, custom firmware (also free) doesn't immediately react to a GPL drop and merge it?Nothing, because there is nothing to see
Nothing, because there is nothing to see
Think....count to ten....breathe....then type.If I am very grateful with @RMerlin but I do not know about you, but I get excited with each update no matter what it is and more if they fixed a bug of something that is important to me.
Now apart from having two hobbies (playing games or watching animes), now I have another this forum, to see if there are updates or questions or that people write, etc.
But all those who have many posts are toxic, whenever I post something, everyone thinks that I'm mocking @RMerlin or demanding something...
Now I understand why @Kal-EL went to the dark side.
You’re good man.If I am very grateful with @RMerlin but I do not know about you, but I get excited with each update no matter what it is and more if they fixed a bug of something that is important to me.
Now apart from having two hobbies (playing games or watching animes), now I have another this forum, to see if there are updates or questions or that people write, etc.
But all those who have many posts are toxic, whenever I post something, everyone thinks that I'm mocking @RMerlin or demanding something...
Now I understand why @Kal-EL went to the dark side.
Some recent development took a lot of time to complete, plus I'm giving both Asus and the dnsmasq author a larger potential merge window in case they came up with new firmware / a final dnsmasq release. That window will be closed once I move into beta, unless a final dnsmasqcomes out with no major changes to it.
He most likely left, because Asus hardware didn’t work out for him. The R7800 is great hardware as well and let’s face it, if you’re making decisions based on what people say here about a project’s development phase—it’s time to toughen up the skin.+1
Amen. You are so right .
This sounded vaguely familiar......not sure if your iadyn update might suffer the same problem.
https://github.com/john9527/asuswrt-merlin/commit/51b795fb7d98162788c9a24fe9c24594b33156d6
-e, --exec=/path/to/cmd [optional args]
Full path to command, or script, to run after a successful DDNS update. The following environment variables are set: INADYN_IP, INADYN_HOSTNAME.
The first environment variable contains the new IP address, the second the host name alias. The cmd is called for each listed host name that is
successfully updated. If inadyn is started with the -i IFNAME command line option, the INADYN_IFACE environment variable is also set. You will
need to quote the complete command if any arguments, or pipe, is given.
for (i = 0; i < info->alias_count; i++) {
ddns_alias_t *alias = &info->alias[i];
if (!alias->update_required)
continue;
TRY(send_update(ctx, info, alias, &anychange));
/* Only reset if send_update() succeeds. */
alias->update_required = 0;
alias->last_update = time(NULL);
/* Update cache file for this entry */
write_cache_file(alias);
/* Run command or script on successful update. */
if (script_exec)
os_shell_execute(script_exec, alias->address, alias->name);
}
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!