New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zerigo-designate

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zerigo-designate

  • 0.1.3.pre.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= designate

Designate is a simple Ruby wrapper for the Zerigo API v1.1 specification.

= Usage

d = Designate::Client.new("example@email.com", "30f1b76a010d062c22b07bda66c1d9f0")

Get all zones:

d.zones

Create a new zone:

d.create_zone("example.com")

Find a specific zone:

d.find_zone_by_id(12345) d.find_zone_by_domain("example.com")

Get all zone templates:

d.templates

Find a template:

d.find_template(12345)

Get all hosts in a zone:

d.find_zone_by_domain("example.com").hosts

Create host:

d.find_zone_by_domain("example.com").create_host("MX", "mx1.example.com.")

The next features have only been tested in conjunction with capify-cloud. I recommend further testing before adding them to your projects. Also works via Capistrano, using zerigo.yml: :username: "username" :key: "API Key" :domain: "example.com"

Within your project: application = "test" cap <server_name> zerigo:first_time

retrieves the first part of the from the remote machine and creates: CNAME, .example.com => actual DNS name, as specified in your server address. CNAME, -test.example.com => web.example.com

Nothing will be created if the DNS names are already in use. If the domain does not exist, it will be created.

== Copyright

Copyright (c) 2010 James Miller. See LICENSE for details.

FAQs

Package last updated on 12 Jul 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc