Skip to content

Releases: arizon-dread/webdig-backend

webdig-backend:v2.1.0

05 Feb 16:13
Compare
Choose a tag to compare

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

05 Feb 07:17
Compare
Choose a tag to compare

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

01 Feb 22:36
Compare
Choose a tag to compare

Add /healthz endpoint for kubernetes.

webdig-backend:v1.0.6

30 Jan 16:23
Compare
Choose a tag to compare

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

29 Jan 20:08
Compare
Choose a tag to compare

Sort dns names before doing slices.Compact since that only works on consecutive duplicates.

webdig-backend:v1.0.4

29 Jan 16:03
Compare
Choose a tag to compare

Fix bug that loop variable was not sent to routine so the same one was used each iteration.

webdig-backend:v1.0.3

29 Jan 09:31
Compare
Choose a tag to compare

Add dns-names on reverse lookup even if other names in the response are invalid.

webdig-backend:v1.0.2

28 Jan 10:56
Compare
Choose a tag to compare

update with a 5 second timeout for dns lookup.

webdig-backend:v1.0.1

25 Jan 15:09
Compare
Choose a tag to compare

bugfix multi dns servers and non duplicate ip's in response + fix waitGroup bug

webdig-backend:v1.0.0

25 Jan 08:20
4d1a1f5
Compare
Choose a tag to compare

Build docker image