Chad
e383520ebb
* 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.
22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
# Ignore everything in Volumes, it contains large and private data.
|
|
Volumes/*
|
|
|
|
# Ignore backed up config files.
|
|
*.yml.*
|
|
|
|
# Ignore logs
|
|
logs/*
|
|
|
|
# Ignore private reverse proxy configurations.
|
|
Config/ReverseProxy/config/conf.d/*
|
|
Config/ReverseProxy/config/html/*
|
|
Config/ReverseProxy/config/hosts/*
|
|
Config/ReverseProxy/config/load.conf.d/*
|
|
Config/ReverseProxy/config/mail.conf.d/*
|
|
|
|
# Ignore downloaded mail server files
|
|
Config/MailServer/setup.sh
|
|
|
|
# Ignore any private key information
|
|
private.key
|