Compare commits

..

No commits in common. "bc6e8ead0ea17c5db70cde76f79beab79365916c" and "341738e850f1514a164ce37df9dabd855d34a4c8" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,6 @@
Source: http://www.btteknik.net/?p=143 Source: http://www.btteknik.net/?p=143
### Requirements
* DiG
### DNSSEC key ### DNSSEC key
* need to create a dnssec key, so that we can authenticate clients' updates * need to create a dnssec key, so that we can authenticate clients' updates
``` ```

View File

@ -4,7 +4,7 @@ echo "Copying Systemd units to system directory..."
sudo cp systemd-templates/dns-update.service /etc/systemd/system/ sudo cp systemd-templates/dns-update.service /etc/systemd/system/
sudo cp systemd-templates/dns-update.timer /etc/systemd/system/ sudo cp systemd-templates/dns-update.timer /etc/systemd/system/
sudo sed -i -e "s/PH_USER/$(whoami)/g" /etc/systemd/system/dns-update.service sudo sed -i -e "s/PH_USER/$(whoami)/g" /etc/systemd/system/dns-update.service
sudo sed -i -e "s:PH_DIRECTORY:$(pwd):g" /etc/systemd/system/dns-update.service sudo sed -i -e "s/PH_DIRECTORY/$(pwd)/g" /etc/systemd/system/dns-update.service
echo "Reloading Systemd..." echo "Reloading Systemd..."
sudo systemctl daemon-reload sudo systemctl daemon-reload