Skip to content

Releases: arizon-dread/webdig-backend

v2.2.2

27 Mar 23:21

Choose a tag to compare

Bump go to 1.26
Use minimal, hardened alpine image for API
Publish CLI tool

v2.2.1 fix version env

10 Nov 09:55

Choose a tag to compare

Hopefully fixes the version env in the dockerfile.

Refactor and swap out Gin for stdlib

07 Nov 23:15
c13eab1

Choose a tag to compare

Refactor packages into a more go-style manner
Swap out Gin for stdlib http server
Add version endpoint

webdig-backend:v2.1.0

05 Feb 16:13

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

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

Choose a tag to compare

Add /healthz endpoint for kubernetes.

webdig-backend:v1.0.6

30 Jan 16:23

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

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

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

Choose a tag to compare

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