Releases: arizon-dread/webdig-backend
webdig-backend:v2.1.0
Update to reference which servergroups to filter.
it takes an array of names of servergroups instead of a bool value.
A circular filter setup will cause a panic.
webdig-backend:v2.0.0
New release with a new config layout.
You can now specify a dynamic number of dns server groups for your different networks' dns servers and filter mirrored results.
Study the README for more information about config and filtering.
Please note that the config is a breaking change. It needs to be modified from v1.x.x to work with 2.x.x
webdig-backend:v1.1.0
Add /healthz endpoint for kubernetes.
webdig-backend:v1.0.6
Remove duplicates from internalIpAddresses instead of external. If a duplicate exists in both, it's a mirrored external ip and should be delivered as such.
webdig-backend:v1.0.5
Sort dns names before doing slices.Compact since that only works on consecutive duplicates.
webdig-backend:v1.0.4
Fix bug that loop variable was not sent to routine so the same one was used each iteration.
webdig-backend:v1.0.3
Add dns-names on reverse lookup even if other names in the response are invalid.
webdig-backend:v1.0.2
update with a 5 second timeout for dns lookup.
webdig-backend:v1.0.1
bugfix multi dns servers and non duplicate ip's in response + fix waitGroup bug
webdig-backend:v1.0.0
Build docker image