Version 2.0.13 of dnscrypt-proxy is out:
https://github.com/jedisct1/dnscrypt-proxy/blob/master/ChangeLog
Sadly the dnscrypt installer does not install that version yet
If you want to 'do it youself' here are the instructions.
All 'risks are yours' so think carefully !!!
I am running ver 2.0.13 now but cannot vouch that there will be no problems/issues/bugs etc
(Including 'you' breaking something when you make this change !!! [Finger slips etc])
----------------------------------------------------------------------------------------------------------
Warning:
*** If you are not happy using vi or nano ***
*** DO NOT FOLLOW THESE INSTRUCTIONS OR IT MAY BREAK THINGS !!! ***
-------------------------------------------------------------------------------------------
In the /jffs/dnscrypt directory on your router there is a file called 'installer'.
This file is what installs/updates dnscrypt-proxy.
At the top of this file (script) is the version that will be installed.
ssh or telnet (depending on how you have set it up) to your router.
Use vi or nano to edit file. (You can install nano by running "opkg install nano")
At top of file edit "DNSCRYPT_VER=2.0.??" ---> change it to "DNSCRYPT_VER=2.0.13"
[Nano is an 'easy to use' editor .... you can 'cursor about' on the screen to edit lines of text rather like notepad or wordpad.]
Steps to follow: [or use 'WinSCP' ( https://winscp.net/eng/index.php) on MS Windows
]
ssh to router.
cd /jffs/dnscrypt
cp installer [ORIG]installer
Edit file "installer" with vi or nano
Change ONLY this ----> "DNSCRYPT_VER=2.0.??" to this ----> "DNSCRYPT_VER=2.0.13"
save file
run "sh installer"
Select option 1
Answer 'Y' to all questions until it returns to the original menu.
Then answer 'Q' to quit.
It has updated dnscrypt to version 2.0.13
If there are any problems copy "[ORIG]installer" back to "installer" as follow:
cd /jffs/dnscrypt-proxy
cp [ORIG]installer installer
run "sh installer"
Answer 'Y' to all questions until it returns to the original menu.
Then answer 'Q' to quit.
----------------------------------------------------------------------------------------------------------
Repeat warning:
*** If you are not happy using vi or nano ***
*** DO NOT FOLLOW THESE INSTRUCTIONS OR IT MAY BREAK THINGS !!! ***
-------------------------------------------------------------------------------------------