An open API service indexing awesome lists of open source software.

https://github.com/make-github-pseudonymous-again/gitdns

:book: Easy DNS via git
https://github.com/make-github-pseudonymous-again/gitdns

agpl dns executable git gitdns shell-scripts

Last synced: 3 months ago
JSON representation

:book: Easy DNS via git

Awesome Lists containing this project

README

          

# gitdns

Easy DNS via git

## Install

make DESTDIR=/ PREFIX=/usr install

## Globals

CONFIGDIR="$HOME/.config/gitdns"
CONFIG="$CONFIGDIR/config"
DNS="$CONFIGDIR/dns"

## Configuration

Configure the git remote in `$CONFIG`

{ "remote" : "..." }

## Usage

gitdns <...args>

### info

gitdns info

### put

gitdns put

### get

gitdns get

### pull

gitdns pull

### push

gitdns push

### sync

gitdns sync

### listen

gitdns listen

### broadcast

gitdns broadcast