summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-12-28 06:50:09 -0500
committerSteph Enders <steph@senders.io>2023-12-28 06:50:09 -0500
commit37fbaff2d7c6c45dc396b0abdd7958eb0fa75762 (patch)
tree85d51fa5c526bcab43aa379dbd0686ceb67806a2
Initialize base repository for CLI helper
-rw-r--r--.gitignore1
-rw-r--r--README.txt24
2 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..30fa1ce
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+config \ No newline at end of file
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..802ccc5
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,24 @@
+= AWS Route53 IP Update
+
+This util is a helper script for updating a route53 record set with your new IP.
+
+If you have a server hosted on your home IP and that IP can change! Cron this script and boom. You never have to log in again.
+
+You can install the AWS CLI on your system following:
+https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
+
+This is written for v2
+
+== CONFIGURATION
+
+Edit "config" file (this is a bash sourcable file)
+
+Set:
+
+AWS_SECRET_KEY
+AWS_
+
+== USAGE
+
+./update.sh
+