What's new

Issue with DNSCrypt-Proxy version 2 & R9000 & V1.0.4.29HF

Olivier

Occasional Visitor
Hello *,

I wanted to use the DNScrypt feature coming from the Voxel Firmware and after read carefully some threads.
I tried this:

root@R9000:/etc$ /etc/init.d/dnscrypt-proxy-2 enable
root@R9000:/etc$ /etc/init.d/dnscrypt-proxy-2 start
DNSCrypt-Proxy-2 is not enabled in nvram. Exit.

Very odd! (Even a reboot ;))

So I checked the setting in NVRAM and nothing was defined...
root@R9000:~$ nvram show |grep -i dnscrypt2

To fix this, I used:
root@R9000:~$ nvram set dnscrypt2=1
root@R9000:~$ nvram commit
root@R9000:~$ /etc/init.d/dnscrypt-proxy-2 start
Started.

Is it normal behaviour? Or a little issue in the FW?

Thanks.
 
All you are supposed to do nowadays is:

nvram set dnscrypt2=1
nvram commit

and then reboot your router
 
Thanks. Perhaps I missed something in the different threads talking about that.
 
Similar threads

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