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
15
16
17
{
  "status": "ok",
  "zones": [
    {
      "name": "example.com",
      "type": "Primary",
      "disabled": false,
      "internal": false
    },
    {
      "name": "test.local",
      "type": "Forwarder",
      "disabled": true,
      "internal": false
    }
  ]
}