diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-03-24 20:36:31 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-03-24 20:36:31 +0100 |
commit | a6c197569a35b023cb1d681deb3a22fbde82048e (patch) | |
tree | efb1bd1503f6b09ebfde38926110d76db803cc37 /scripts/gandi-update | |
parent | 900060c6e9612b1cf13da67a4237c6157cea9823 (diff) | |
download | dotfiles-a6c197569a35b023cb1d681deb3a22fbde82048e.tar.gz |
smaller gaps, sudo write vim
Diffstat (limited to 'scripts/gandi-update')
-rwxr-xr-x | scripts/gandi-update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gandi-update b/scripts/gandi-update index 496eb9c..502e861 100755 --- a/scripts/gandi-update +++ b/scripts/gandi-update @@ -1,4 +1,6 @@ #!/bin/bash +# DNS Record update script for gandi.net API +# for use as DynDNS APIKEY= TTL=1800 |