* 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.
* Working on getting Reverse Proxy certs to work.
* Upgrade mariadb to 10.6.
* Checking if anything has missed a check in.
* Let's Encrypt is working now after moving the location directive to the conf.d files. Unsure why nginx.conf is not passing it along, so added it to the examples too.
* Add new area for defining upstream systems.
* Example file for demonstration domain.
* Use the new upstream hosts section.
* Do the proxy directives in the main file.
* Commit any final changes.
* Fix example resource name.
* Mention the need to have ports specified in the upstream file, not server block.
* Adjust formatting.