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

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

Creating a naked A record

Clone this wiki locally