Skip to content

Commit

Permalink
Merge pull request #173 from mariux64/import-unbound-configuration
Browse files Browse the repository at this point in the history
Import Unbound configuration
  • Loading branch information
pmenzel authored Apr 26, 2021
2 parents 02998d0 + b8bb43f commit feed524
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ install_symlink /usr/bin/pman "$DESTDIR$usrlocal_pre
install_data misc_etc_files/sysctl.conf "$DESTDIR$sysconfdir/sysctl.conf"
install_data misc_systemd_units/reboot-notify.service "$DESTDIR$systemdunitdir/reboot-notify.service"
install_data misc_etc_files/autofs.conf "$DESTDIR$sysconfdir/autofs.conf"
install_data misc_etc_files/unbound/unbound.conf "$DESTDIR$sysconfdir/unbound/unbound.conf"
install_data misc_etc_files/unbound/root.key "$DESTDIR$sysconfdir/unbound/root.key"

postinstall
exit
1 change: 1 addition & 0 deletions misc_etc_files/unbound/root.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
. 172800 IN DNSKEY 257 3 8 AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0= ;{id = 19036 (ksk), size = 2048b} ;;state=2 [ VALID ] ;;count=0 ;;lastchange=1418892894 ;;Thu Dec 18 09:54:54 2014
Loading

0 comments on commit feed524

Please sign in to comment.