1
Fork 0

Add dns config

This commit is contained in:
prescientmoon 2024-05-09 04:12:28 +02:00
parent 2f2ae6b983
commit c41de695d2
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
3 changed files with 69 additions and 1 deletions
home/features/cli/scripts

View file

@ -24,4 +24,4 @@ echo "Uptimes:"
column --table -R 2 -s "~"
# ^ We use the column command to align things nicely:
# -R 2 aligns the second column to the right
# -s ~ will split on occurences of ~
# -s ~ will split on occurrences of ~