From e5d5d0c62195b5995c0f723bce34b5ea62279313 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 28 Dec 2023 07:20:57 -0500 Subject: Preliminary implementation of update script This version leverages most of the wrapper logic flow from utils/porkbun-ip-update. Currently lacks guarding and better logging --- README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 802ccc5..d0fef94 100644 --- a/README.txt +++ b/README.txt @@ -15,8 +15,12 @@ Edit "config" file (this is a bash sourcable file) Set: -AWS_SECRET_KEY -AWS_ +export AWS_SECRET_KEY= +export AWS_SECRET_ACCESS_KEY= + +HOSTED_ZONE_ID= +DOMAIN= +# Note ^ make sure domain is in the form "senders.io." <- note the trailing . == USAGE -- cgit v1.2.3-54-g00ecf