Skip to content

1.5

Compare
Choose a tag to compare
@tianon tianon released this 17 Jan 23:25
· 54 commits to master since this release
  • support for injecting custom SRV records (#17)
  • compile against Go 1.7 (#18)
  • add s390x as a release architecture
docker run -d \
    -v /var/run/docker.sock:/var/run/docker.sock \
    --restart always \
    --name rawdns \
    tianon/rawdns:1.5
dig @$(docker inspect -f '{{.NetworkSettings.IPAddress}}' rawdns) rawdns.docker
curl -o rawdns -fSL "https://github.com/tianon/rawdns/releases/download/1.5/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns
# or
wget -O rawdns "https://github.com/tianon/rawdns/releases/download/1.5/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns