https://github.com/gsmlg-dev/ex_dns
DNS resource definition in Pure Elixir
https://github.com/gsmlg-dev/ex_dns
Last synced: over 1 year ago
JSON representation
DNS resource definition in Pure Elixir
- Host: GitHub
- URL: https://github.com/gsmlg-dev/ex_dns
- Owner: gsmlg-dev
- License: mit
- Created: 2025-02-27T16:44:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T17:48:09.000Z (over 1 year ago)
- Last Synced: 2025-03-09T18:30:41.710Z (over 1 year ago)
- Language: Elixir
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS
[](https://github.com/gsmlg-dev/ex_dns/actions/workflows/release.yml)
[](https://hex.pm/packages/ex_dns)
[](https://hexdocs.pm/ex_dns)
---
## Installation
The package can be installed by adding `ex_dns` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_dns, "~> 0.1.0"}
]
end
```