- Go 1.21, Alpine 3.19 (#35)
- add
riscv64
binaries (#28) - add
randomize
setting to control random namespace behavior (#27) - [experimental] switch to json5 (more compatibly, "JWCC") for config file: comments, trailing commas (#33);
see also https://nigeltao.github.io/blog/2021/json-with-commas-comments.html
Full Changelog: 1.9...1.10
docker run --detach \
--mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
--restart always \
--name rawdns \
tianon/rawdns:1.10
dig @$(docker inspect -f '{{.NetworkSettings.IPAddress}}' rawdns) rawdns.docker
wget -O rawdns "https://github.com/tianon/rawdns/releases/download/1.10/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns
# write config file
# add to systemd unit, run on demand, etc.