Skip to content

1.11

Latest

Choose a tag to compare

@tianon tianon released this 05 Feb 06:49
  • Go 1.25, Alpine 3.23
  • add support for newer Docker Engine API versions (d1442d0)
  • add PTR record support (2a27481)
  • abandon json5 in favor of strict JSON; json5 fallback will be removed at some future date (2dc31ac)

Full Changelog: 1.10...1.11

docker run --detach \
    --mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
    --restart always \
    --name rawdns \
    tianon/rawdns:1.11
dig @$(docker inspect -f '{{.NetworkSettings.IPAddress}}' rawdns) rawdns.docker
wget -O rawdns "https://github.com/tianon/rawdns/releases/download/1.11/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns
# write config file
# add to systemd unit, run on demand, etc.