Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
= 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
Unknown package
We found that zerigo-designate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.