core80: Ship DNSSEC-enabled dnsmasq

http://wishlist.ipfire.org/wish/integration-of-a-dnssec-validating-dns-proxy
This commit is contained in:
Michael Tremer
2014-07-08 11:08:00 +02:00
parent 281f18fcb9
commit 3887d23e1d
6 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1 @@
../../../common/bind

View File

@@ -0,0 +1 @@
../../../common/dnsmasq

View File

@@ -1,6 +1,7 @@
etc/system-release
etc/issue
etc/rc.d/init.d/dhcrelay
etc/rc.d/init.d/dnsmasq
srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/routing.cgi
usr/local/bin/setddns.pl

View File

@@ -0,0 +1 @@
../../../common/nettle

View File

@@ -37,6 +37,7 @@ done
extract_files
# Start services
/etc/init.d/dnsmasq restart
# Update Language cache
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"