Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.
/ powerdns_nettica Public archive

Plugin for powerdns-on-rails for creating and deleting slave servers

Notifications You must be signed in to change notification settings

jjohnsen/powerdns_nettica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerDNS on Rails Nettica Plugin

Simple plugins for PowerDNS on Rails that creates and deletes secondary zones from Nettica’s domain service.

More information:

Requirements

This plugin requires the following gems:

Quick Installation

You need a version of PowerDNS on Rails that supports hooks

PowerDNS on Rails Installation (with hooks)

  1. $ git clone git://github.com/jjohnsen/powerdns-on-rails.git
  2. $ cd powerdns-on-rails
  3. Review config/database.yml and modify as needed
  4. $ rake db:migrate
  5. $ rake db:seed
  6. $ ruby script/server
  7. Point your browser to http://localhost:3000
  8. Login with ‘admin’ and ‘secret’

Please checkout http://github.com/kennethkalmer/powerdns-on-rails/tree/master for more information about PowerDNS on Rails

Powerdns Nettica Plugin Installation

  1. $ cd powerdns-on-rails
  2. Review config/database.yml and modify as needed

Testing

The tests are done against a live nettica account.
You need to supply NS_PRIMARY and NS_PRIMARY_IP with real valuesin test/powerdns_nettica_test.rb and add nettica-username and nettica-password ot lib/powerdns_nettica.rb

About

Plugin for powerdns-on-rails for creating and deleting slave servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages