diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-09-24 22:37:09 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-09-24 22:37:09 -0400 |
commit | 93994080d976d1fd98a22422a549fe371a2bcae3 (patch) | |
tree | 593292a5aea80ca8893c27464b4de69bcd7e7b26 /scripts | |
parent | 6e00c9e8137aae1fb8dd568a62d9fb5fc4a277cb (diff) | |
download | infrastructure-93994080d976d1fd98a22422a549fe371a2bcae3.tar.gz |
typo
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/hostclass/idm_server/40-unbound | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/idm_server/40-unbound b/scripts/hostclass/idm_server/40-unbound index 39f1317..01c1c70 100644 --- a/scripts/hostclass/idm_server/40-unbound +++ b/scripts/hostclass/idm_server/40-unbound @@ -32,7 +32,7 @@ su -m "$unbound_user" -c "/usr/local/libexec/idm-update-unbound-blocklists ${unb sysrc -v unbound_enable=YES service unbound restart -# Now we are ready to us unbound as the local resolver. +# Now we are ready to use unbound as the local resolver. install_template -m 0644 /etc/resolv.conf # Update blocklists with a cron job. |