Godaddy v0.2.0 mix godaddy.nameservers View Source

A command line task to set your GoDaddy API nameservers.

You can provide either a known DNS provider (currently only :digitalocean supported)

mix godaddy.nameservers mydomain.com digitalocean

OR, you cann provide the list directly

mix godaddy.nameservers mydomain.com ns1.cloudprovider.local ns2.cloudprovider.local

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.