Made time to live configurable

This commit is contained in:
Philipp Sperber
2020-03-31 15:27:11 +02:00
parent 5df1209d64
commit a410ba172b
2 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ MX="NO"
# Suppress all messages.
SILENT="NO"
# Time to Live
TTL=300
# Login credentials for the inwx admin interface
INWX_USER="USERNAME"
INWX_PASS="PASSWORD"