Skip to content

1.10

Latest
Compare
Choose a tag to compare
@tianon tianon released this 19 Jan 16:43
· 3 commits to master since this release

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.