Skip to content

BashPlus for Dyn

monstruooo edited this page May 7, 2017 · 24 revisions

This page is still under construction

Summary:


Getting started with bash+

You start by sourcing files with bash+ functions

Once you have the functions in your shell and you run the first DynDNS command (any command), you will be prompted for credentials. These are saved as variables inside your shell until you leave the current session


Listing/Searching/Creating domains

You can list all domains in your account with the command dyn ls

Now lets create a new domain. Notice the use of grep to filter domains. Bash+ is still bash. You are working with DynDNS in shell


Creating records

Next, we populate the newly created domain with some records.

Creating a naked A record

Creating a cname

Created a naked text record and listing that record by its id to see all its values


Updating existing records

You can also update existing records, using the same command dyn record mk

Clone this wiki locally