Skip to content

Instantly share code, notes, and snippets.

View paulka's full-sized avatar

Paul Kavanagh paulka

  • Dublin, Ireland
View GitHub Profile
#!/bin/bash
### User Settings (things you must set)
## Location of the dnscurl.pl script
DNSCurl="/path/to/route53DynDNS/dnscurl.pl"
## The host name you wish to update/create
myHostName="*"
## Zone/domain in which host (will) reside(s)
myDomainName="example.com"