Skip to content

A DNS adapter for Pliny to encapsulate platform agnostic operations.

Notifications You must be signed in to change notification settings

skuid/skuid-cloud-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skuid Cloud DNS Adapter

Build Status

Public API:

Instance Methods on Platform Specific handler:

  • addRecord
  • removeRecord
  • isHostnameAvailable

Static Methods on the library import:

const cloudDns = require('skuid-cloud-dns')
let awsDns = cloudDns.getClient('aws', 'skuidsite.com')

awsDns.addRecord({
  'name': 'org',
  'ttl': 3600,
  'type': 'CNAME',
  'values': ['127.0.0.1']
})

Route53 tested working.

Arguments to add and remove record methods

About

A DNS adapter for Pliny to encapsulate platform agnostic operations.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •