Files
directdnsonly-go/README.md

18 lines
288 B
Markdown
Raw Normal View History

2024-01-15 12:06:13 +13:00
# directdnsonly
DNSOnly for Directadmin Multi-server
## Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.
Running it then should be as simple as:
```console
$ make
$ ./bin/directdnsonly
```
### Testing
``make test``