diff options
-rwxr-xr-x | bin/bin/dyndns | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/bin/dyndns b/bin/bin/dyndns new file mode 100755 index 0000000..d0efdc6 --- /dev/null +++ b/bin/bin/dyndns @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +PASSWORD=$(pass show email/urbain@vaes.uk) + +curl -4 -X PUT --user "urbain@vaes.uk:$PASSWORD" https://box.bknguyen.org/admin/dns/custom/vaes.uk |