Skip to content

1.7

Compare
Choose a tag to compare
@tianon tianon released this 25 Jan 18:22
· 43 commits to master since this release
docker run -d \
    -v /var/run/docker.sock:/var/run/docker.sock \
    --restart always \
    --name rawdns \
    tianon/rawdns:1.7
dig @$(docker inspect -f '{{.NetworkSettings.IPAddress}}' rawdns) rawdns.docker
curl -o rawdns -fSL "https://github.com/tianon/rawdns/releases/download/1.7/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns
# or
wget -O rawdns "https://github.com/tianon/rawdns/releases/download/1.7/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns