I have not tried it with DNSCrypt. Let us know how it goes.Does this work with DNSCrypt installed?
i tried AB-Solution together with DNSCrypt on an earlier version - it worked fine together untill i rebooted the router - then no internet access (DNS).
is it safe to install? should i take any precautions?
Did you have to change any settings to make it work with AB-Solution or did it work right away?Dnscrypt and ab-solution working well together....i use this combination....
sent from Kodi 17 Krypton
It working without any changes in scripts....Did you have to change any settings to make it work with AB-Solution or did it work right away?
https://github.com/RMerl/asuswrt-merlin/wiki/Secure-DNS-queries-using-DNSCryptsame result as before... no DNS resolving after i installed AB-solution (after a reboot - it works fine before i reboot).
Edit: I am beginning to think that there is something totally wrong with my setup - nothing seems to work after the reboot.
I will try again when i get my new HDD for the router.
Yes.https://github.com/RMerl/asuswrt-merlin/wiki/Secure-DNS-queries-using-DNSCrypt
Are you using this tutorial?
We're going shopping now, but I'll get back to you as soon as we're done and I have tested it on one of my routers.Yes.
It seems that the reboot triggered some kind of reset - nothing works (DDNS, transmission, DNSCrypt etc.)
OK, very simple: AB-Solution replaces /jffs/scripts/post-mount. Cheeky huh? But installing Entware would do the same to AB-Solution!Yes.
It seems that the reboot triggered some kind of reset - nothing works (DDNS, transmission, DNSCrypt etc.)
then again:Backing up /jffs/scripts/post-mount
to /tmp/mnt/<your device>/adblocking/backup/post-mount_2016-05-07_15
Copy the content of the backup post-mount and paste it just above the # generated by AB-Solution block. Make sure that the shebang (#!/bin/sh) stays at the top of the file and the line ending (EOL) is still in Unix format.Existing /jffs/scripts/post-mount was replaced.
A Backup of the file is located at /tmp/mnt/<your device>/adblocking/backup
if [ "$1" = "/tmp/mnt/<your device>" ] ; then
ln -nsf $1/entware /tmp/opt
fi
OK, very simple: AB-Solution replaces /jffs/scripts/post-mount. Cheeky huh? But installing Entware would do the same to AB-Solution!
Anyway, AB-Solution saves a dated copy of it to /adblocking/backup/ and even says so twice in the install log:
then again:
Copy the content of the backup post-mount and paste it just above the # generated by AB-Solution block. Make sure that the shebang (#!/bin/sh) stays at the top of the file and the line ending (EOL) is still in Unix format.
The content will be this, where <your device> is your USB-Device:
Reboot and your good to go.Code:if [ "$1" = "/tmp/mnt/<your device>" ] ; then ln -nsf $1/entware /tmp/opt fi
Instead of making a backup, why not just rename it and then call it (if it exists) from your replacement post-mount?OK, very simple: AB-Solution replaces /jffs/scripts/post-mount. Cheeky huh? But installing Entware would do the same to AB-Solution!
Anyway, AB-Solution saves a dated copy of it to /adblocking/backup/ and even says so twice in the install log:
The problem is what's in it? Short of doing elaborate checks with grep (which is limited, missing one switch which would make it easier) I could run into several entries with the same content in post-mount and dnsmasq.postconf.Instead of making a backup, why not just rename it and then call it (if it exists) from your replacement post-mount?
See post #154...@thelonelycoder; I found a problem....when we install ab-solution we lost script in post-mount for entware....so and this is problem because entware not starting and then dnscrypt and others script not starting....
sent from Kodi 17 Krypton
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!