numa 0.15.1

Portable DNS resolver in Rust — .numa local domains, ad blocking, developer overrides, DNS-over-HTTPS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
odoh-relay.example.com {
    handle /relay {
        reverse_proxy numa-relay:8443
    }
    handle /health {
        reverse_proxy numa-relay:8443
    }
    respond 404

    # Per-request access logs defeat the point of an oblivious relay.
    # Aggregate counters are exposed at /health on the relay itself.
    log {
        output discard
    }
}