Im having trouble installing DNSCrypt on my router;
gargoyle_1.10.0-ar71xx-generic-tl-wdr4300-v1
Here's what i have tried
installed
webshell plugin
ran
(success - outputs list of databases updated)
ran
webshell optput says "success", but nothing else.
when i explore router file system with WinSCP, i cant find dnscrypt
I then tried to install via Putty SSH.
get the following error
ERROR: No package named dnscrypt-proxy found, try updating your package lists
So i tried following this to add repository
https://oldwiki.archive.openwrt. org/inbox/dnscrypt
using Putty ran,
Code: Select all
cd /tmp
wget 'http://exopenwrt.roland.black/exopenwrt.pub'
opkg-key add exopenwrt.pub
here i experinced another error:
"opkg-key: not found"
I then tried to install the "opkg-key" packege but got error
ERROR: No package named opkg-key found, try updating your package lists
So i what i did was use WinSCP was rename the file to "1a929a1dd62138c1" (removing the .pub extenstion)
and copied file to "/etc/opkg/keys/"
Code: Select all
cat /etc/opkg/keys/1a929a1dd62138c1
returns,
untrusted comment: exOpenWrt key
RWQakpod1iE4wYP4nkF7h9+spVBuFAq/mP7N2zkF/DCHrPtf847m8EG/
I then continued with with instruction from openwrt page using Putty;
Code: Select all
echo '/etc/opkg/keys/1a929a1dd62138c1' >> /etc/sysupgrade.conf
echo 'src/gz exopenwrt http://exopenwrt.roland.black/chaos_calmer/15.05.1/ar71xx/packages/exopenwrt' >> /etc/opkg.conf
Now when i run
i get the an error on one of the respositories
Downloading package list for exopenwrt source...
WARNING: Could not retrieve package list for exopenwrt.
So now im STUCK...
What am i doing wrong
BTW, with the ever increasing spy state, would be nice to have encrypted dns as a standard feature please
