package
0.0.0-20240820072459-e59f316be99d
Repository: https://github.com/devex/spaceflight.git
Documentation: pkg.go.dev

# README

got

Description

got is a generic DNS service management tool. Basically, it allows you to create, modify, and delete DNS records.

It's not focused on management of DNS servers, only the service data.

Installation

go get github.com/poka-yoke/spaceflight/mcc/got

Usage

got help
help ttl --zone example.com -ttl 30
got upsert --name www.example.com. --zone example.com --ttl 300 --type CNAME myserver.example.com
got ttl --zone example.com -ttl 360

Name reasoning

It is called after Seymour Liebergot who manned the EECOM flight controller console during Apolo XIII explosion, and who helped guiding the spaceship back to Earth.

# Packages

No description provided by the author