numa 0.14.3

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
services:
  numa:
    image: ghcr.io/razvandimescu/numa:latest
    command: ["/etc/numa/numa.toml"]
    ports:
      - "53:53/udp"
      - "53:53/tcp"
      - "5380:5380/tcp"    # dashboard + REST API
    volumes:
      - ./numa.toml:/etc/numa/numa.toml:ro
      - numa_data:/var/lib/numa
    restart: unless-stopped

volumes:
  numa_data: