technitium 0.4.0

Typed async Rust client for the Technitium DNS Server API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "Answer": [
    {
      "Name": "example.com",
      "Type": "A",
      "Class": "IN",
      "TTL": "300 (5m0s)",
      "RDLENGTH": "4 bytes",
      "RDATA": {"IPAddress": "93.184.216.34"}
    }
  ],
  "Authority": [],
  "Additional": []
}