Releases: giodamelio/tailscale-custom-domain-dns
Releases · giodamelio/tailscale-custom-domain-dns
v0.6.4
Full Changelog: v0.6.3...v0.6.4
v0.6.2
What's Changed
- Bump tailscale.com from 1.40.0 to 1.40.1 by @dependabot in #3
- Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by @dependabot in #4
- Bump tailscale.com from 1.40.1 to 1.42.0 by @dependabot in #5
- Bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #6
- Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 by @dependabot in #7
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Bump tailscale.com from 1.38.4 to 1.40.0 by @dependabot in #1
- Bump github.com/miekg/dns from 1.1.53 to 1.1.54 by @dependabot in #2
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Changes:
- Listen a http server on the
tsnet
- Add a route that triggers a device list refresh
v0.5.0
Changes:
- Allow setting static aliases for both the root and subdomains in the config
v0.4.1
Changes:
- Allow configuring the
tsnet
state directory viatailscale.state-directory
config - Set the default
tsnet
config directory to/data
in the Dockerfile
v0.4.0
In which we actually return the full correct domain records, not just the bare hostname of the tailnet device.
v0.3.0
Changes
- Configure goreleaser to build the binaries staticly
v0.2.0
Changes
- Allow config values to be overridden by environment variables
- Allow Tailscale creds to be set via configuration
v0.1.0
Initial release with basic functionality