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
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/gitdns
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2017-04-30T17:05:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T06:03:52.000Z (over 5 years ago)
- Last Synced: 2025-03-12T05:29:52.414Z (7 months ago)
- Topics: agpl, dns, executable, git, gitdns, shell-scripts
- Language: Shell
- Homepage: https://github.com/aureooms/gitdns
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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