https://github.com/avencera/dig
Wrap dig command to get nameservers of given domain
https://github.com/avencera/dig
Last synced: 23 days ago
JSON representation
Wrap dig command to get nameservers of given domain
- Host: GitHub
- URL: https://github.com/avencera/dig
- Owner: avencera
- Created: 2019-11-03T07:18:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T16:38:37.000Z (almost 6 years ago)
- Last Synced: 2025-05-17T17:08:00.645Z (5 months ago)
- Language: Elixir
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dig
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dig` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:dig, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/dig](https://hexdocs.pm/dig).