Commit: 48a6a3ef9e4e0d141b25006efa82d1d8dbce795e
Parent: a0d8ec709affc5de3bd1dd10e0e012a45efff111
Author: 0x766F6964
Date: Fri, 15 Nov 2019 12:11:21 -0700
add a couple aliases to .kshrc and add constraints to ntpd.conf
new releases of OpenNTPD will no longer support -s because of how
insecure it was so having constraints will be important
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.kshrc b/.kshrc
@@ -85,9 +85,11 @@ if [ -f /etc/gentoo-release ]; then
alias c++='c++ -O3 -pipe -Wall -Werror'
alias emerge='doas /usr/bin/emerge'
alias ifconfig='doas /bin/ifconfig'
+ alias -d mus=~/media/mus
alias -d tag=~/media/mus/tag
alias -d cu=~/media/pic/cute-stuff
alias -d dn=~/downloads/normal
+ alias -d dt=~/downloads/torrents
fi
###############
diff --git a/etc/ntpd.conf b/etc/ntpd.conf
@@ -1 +1,3 @@
servers pool.ntp.org
+
+constraint from "https://9.9.9.9" "2620:fe::9"