weaveworks-experiments / flux-classic

Microservice routing
http://weaveworks.github.io/flux/
Apache License 2.0
82 stars 10 forks source link

link statically / don't use glibc's DNS resolver #26

Open rade opened 8 years ago

rade commented 8 years ago

AFAICT flux currently does not force use of go's built-in DNS resolver and thus there is some chance it will drag in glibc's resolver dynamically.

We should force the use the golang resolver at compile time.