Skip to content

1.3

Compare
Choose a tag to compare
@tianon tianon released this 28 Oct 20:40
· 92 commits to master since this release
  • TLS & Swarm support (#7; thanks @tombee!)
  • compile against Go 1.5
  • compile binaries for more architectures (arm64, ppc64, ppc64el)
docker run -d \
    -v /var/run/docker.sock:/var/run/docker.sock \
    --restart always \
    --name rawdns \
    tianon/rawdns
dig @$(docker inspect -f '{{.NetworkSettings.IPAddress}}' rawdns) rawdns.docker
curl -o rawdns -sSL "https://github.com/tianon/rawdns/releases/download/1.3/rawdns-$(dpkg --print-architecture)"
chmod +x rawdns