Add Dynamic DNS Script (#9)
* Initial commit for Dynamic DNS code. Not in a runnable state but as far as I can get for now. * Bring shell script for Dynamic DNS to working order. Dry runs are going well. Have not tested against a production environment yet. * Add instructions for No-IP in case it needs installed later.. * Variablize the full path to the keyfile. Enforce strict permissions on the file. * Final updates after successful testing. * Update instructions, add examples. * Fix usage. * Remove unnecessary asterisk.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -14,6 +14,8 @@ Config/ReverseProxy/config/hosts/*
|
||||
Config/ReverseProxy/config/load.conf.d/*
|
||||
Config/ReverseProxy/config/mail.conf.d/*
|
||||
|
||||
# Ignore MailServer Files
|
||||
# Ignore downloaded mail server files
|
||||
Config/MailServer/setup.sh
|
||||
|
||||
# Ignore any private key information
|
||||
private.key
|
||||
|
Reference in New Issue
Block a user