Search results

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

  1. B

    DNScrypt dnscrypt installer for asuswrt

    Updated first post and script as suggested by @thelonelycoder.
  2. B

    DNScrypt dnscrypt installer for asuswrt

    @thelonelycoder Haha, thanks for following up. I have actually worked around it already as you have run the installer successfully in one of your previous posts. I use the wc -c method. In any case, I wonder if it's a bug and if it is maybe it should be fixed. The shell is quite important after all.
  3. B

    DNScrypt dnscrypt installer for asuswrt

    IS THIS A BUG? I'm annoyed :mad:.
  4. B

    DNScrypt dnscrypt installer for asuswrt

    You misunderstood my use for these md5sum files. These are remote files contains md5sum for the actual files without md5sum extension. This way I can make sure I only download if there's newer file. This is for my github repo of course, for the download.dnscrypt.info domain, there's no md5sum...
  5. B

    DNScrypt dnscrypt installer for asuswrt

    I do know that, thus the BLAH var in my example simply contains that HTML and ${#BLAH} should have returned only the length as on my platform. Instead on yours there's a <! prefix . I also used this notation ${#VAR} in another place and it works right there, so I guess this is a bug in the...
  6. B

    DNScrypt dnscrypt installer for asuswrt

    @thelonelycoder do you know why there's <! for ${#VAR} anyway on your router?
  7. B

    DNScrypt dnscrypt installer for asuswrt

    @accolito I need the redirection, so no that's not gonna work in all cases (it's a download function with same command) for me. @thelonelycoder got the clue and fixed it already I hope. Can you try the new code, already uploaded.
  8. B

    DNScrypt dnscrypt installer for asuswrt

    Weird but have you tried the new script? It's updated.
  9. B

    DNScrypt dnscrypt installer for asuswrt

    @GoNz0 The fact you were having problem with find command is weird. And when you ran df -h, there's no USB connected too, so I don't think it works else where anyway. In any case, I have tried to mix up the code without using find, say if you have the stick mounted correctly, it should work...
  10. B

    DNScrypt dnscrypt installer for asuswrt

    @thelonelycoder Something weird with the shell on AC86U. Can you send me the output of following commands: BLAH=`curl -L -k -s http://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md.md5sum` echo ${#BLAH} [ ${#BLAH} -eq 32 ] || echo BAM [ `echo $BLAH|wc -c` -eq 32 ] || echo HAM On my...
  11. B

    DNScrypt dnscrypt installer for asuswrt

    @all I updated to 2.0.0 final and update the first post. The script is now out of beta as well ;). Weird I'm gonna try the new beta soon on my AC56U. Hopefully I can reproduce it then. Waiting for a more stable beta or final.
  12. B

    DNScrypt dnscrypt installer for asuswrt

    This is kinda obvious, but are you able to access dns.google.com from your browser?
  13. B

    DNScrypt dnscrypt installer for asuswrt

    dnscrypt-proxy does not need that anymore. The problem is elsewhere, do you have any kind of network configuration on top of your ISP, such as VPN? Also there might be some problem with the 384 branch that I don't know of, still running 380.xx on my AC56U.
  14. B

    DNScrypt dnscrypt installer for asuswrt

    Did you restore your WAN DNS settings to the previous leaky one?
  15. B

    DNScrypt dnscrypt installer for asuswrt

    @GoNz0 I have pushed a new version on beta that tries to fix your leaky issue. Please go back to your default WAN DNS settings that you had leaky DNS before and try to update dnscrypt-proxy with my installer. Also answer my previous questions, just wanna make sure. @all: the change is kinda...
  16. B

    DNScrypt dnscrypt installer for asuswrt

    @GoNz0 No VPN on the actual router though, right? Anyway I think I caught the issue, something is weird with dnsmasq on your firmware version. It doesn't honor the no-resolv directive I believe as there's no line like this logged: "warning: ignoring resolv-file flag because no-resolv is set" ...
  17. B

    DNScrypt dnscrypt installer for asuswrt

    @GoNz0 Do you have VPN? Otherwise this seems to be a quirk with >=382 branch. Can you do another command for me and get me the System Log in webui printed out by dnsmasq: service restart_dnsmasq
  18. B

    DNScrypt dnscrypt installer for asuswrt

    @GoNz0 what's your output of: cat /etc/dnsmasq.conf cat /tmp/resolv.conf ps|grep dnscrypt-proxy
  19. B

    DNScrypt dnscrypt installer for asuswrt

    @skeal It doesn't happen for me. I guess there's something on your config causing firewall-start to be called twice. Anyway, should be fixed in my latest beta code. @all beta installer now supports rc3.
  20. B

    DNScrypt dnscrypt installer for asuswrt

    I will take a look at this.
Top