-
Use the more permissive
inet_res:getbynamefunction for DNS lookups.- This uses the
searchoption, which will allow things likeservice.namespaceto be used in Kubernetes, as opposed toservice.namespace.svc.cluster.local. Thanks to @tsloughter in #3.
- This uses the
-
Exposes the
barnacle/dnsandbarnacle/local_epmdmodules.- Users can now use the functions in these modules to create custom strategies.
-
Fixed some README examples, with help from @RLaursen in #5. Thanks!
- Add
run_oncefunction for when polling is not needed.
- Initial release with
local_epmd,epmdanddnsstrategies, as well as support for custom strategies.