Skip to content

1.9

Compare
Choose a tag to compare
@tianon tianon released this 16 Apr 17:12
· 26 commits to master since this release
  • Go 1.13.10, Alpine 3.11
  • added mips64le support
  • dropped ppc64 support (not to be confused with ppc64le)
docker run -d \
    -v /var/run/docker.sock:/var/run/docker.sock \
    --restart always \
    --name rawdns \
    tianon/rawdns:1.9
dig @$(docker inspect -f '{{.NetworkSettings.IPAddress}}' rawdns) rawdns.docker
curl -o rawdns -fL "https://github.com/tianon/rawdns/releases/download/1.9/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns
# or
wget -O rawdns "https://github.com/tianon/rawdns/releases/download/1.9/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns