summaryrefslogtreecommitdiff
path: root/config.sample
blob: 42cca59e52a5329c2c5947a6d683b9c9eab37bf0 (plain)
    1 #!/usr/bin/env bash
    2 
    3 # SMTP server to send email through
    4 SMTP=smtp://foobar.com:587
    5 
    6 # From address for ip change report emails
    7 FROM=noreply@somewhere.com
    8 
    9 # Admin to notify if IP changes
   10 ADMIN=a@somewhere.com
   11 
   12 # URI to query for external IP
   13 QUERY=https://somewhere.foo/info.php?q=ip

Generated by cgit