- Go 1.25, Alpine 3.23
- add support for newer Docker Engine API versions (d1442d0)
- add
PTRrecord 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.dockerwget -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.