User Tools

Site Tools


openwrt:ddns:opendns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

openwrt:ddns:opendns [2014/06/23 23:03]
kacper created
openwrt:ddns:opendns [2014/06/23 23:06]
kacper
Line 5: Line 5:
   ​   ​
 OpenWRT doesn'​t ship with curl used to update HTTPS sources, so we need to install that. OpenWRT doesn'​t ship with curl used to update HTTPS sources, so we need to install that.
-  ​root@OpenWrt:​~#​ opkg update +<code bash> 
-  root@OpenWrt:​~#​ opkg install curl+root@OpenWrt:​~#​ opkg update 
 +root@OpenWrt:​~#​ opkg install curl 
 +</​code>​
   ​   ​
 Now we need to download the latest Certificate Authority bundle. Such a bundle is in the PEM format and can be downloaded from http://​curl.haxx.se/​ca/​cacert.pem. Now we need to download the latest Certificate Authority bundle. Such a bundle is in the PEM format and can be downloaded from http://​curl.haxx.se/​ca/​cacert.pem.
-  ​root@OpenWrt:​~#​ mkdir -p /​etc/​ssl/​certs/​ +<code bash> 
-  root@OpenWrt:​~#​ wget -P /​etc/​ssl/​certs/​ http://​curl.haxx.se/​ca/​cacert.pem+root@OpenWrt:​~#​ mkdir -p /​etc/​ssl/​certs/​ 
 +root@OpenWrt:​~#​ wget -P /​etc/​ssl/​certs/​ http://​curl.haxx.se/​ca/​cacert.pem 
 +</​code>​
   ​   ​
 More in depth information can be obtain at the [[http://​wiki.openwrt.org/​doc/​howto/​ddns.client|OpenWRT wiki page]] for DDNS. More in depth information can be obtain at the [[http://​wiki.openwrt.org/​doc/​howto/​ddns.client|OpenWRT wiki page]] for DDNS.
openwrt/ddns/opendns.txt · Last modified: 2014/06/23 23:06 by kacper