Skip to content

Releases: Jamesits/SND

v0.3.4

18 Apr 15:18
Compare
Choose a tag to compare

Changelog

v0.3.2

05 Apr 17:22
Compare
Choose a tag to compare

Changelog

  • f4af790 main: fixed command line argument documentation

v0.3.1

05 Apr 17:20
Compare
Choose a tag to compare

Changelog

  • aabc2c6 main: fixed command line argument parsing

v0.3.0

05 Apr 17:10
Compare
Choose a tag to compare

Implemented GoReleaser and refactored the codebase.

Changelog

  • e2750f5 build: elevate during setcap
  • f269d78 build: fix ci configuration
  • 497b44f build: fix ci configuration
  • 65988cb build: fix ci configuration
  • 88d4461 build: fix ci configuration
  • 4fa4e88 build: fix docker build
  • 86d3c3f build: re-implemented with goreleaser
  • bfee28e build: refactor project layout
  • 1e67050 build: try masking upx incompatibility
  • ecf4407 build: update all dependencies
  • b542513 build: update script permission

v0.2.0

04 Apr 04:20
Compare
Choose a tag to compare

Changes:

  • Added a shortcut for configuring individual hosts #3
  • Added new mode #2

v0.1.2

10 Dec 07:48
Compare
Choose a tag to compare

Bug fixes:

  • Addressed a performance issue when a high load hit the server then the load goes down, the server process will continue to max out 1 CPU core for a long time
  • Solved a bug causing ensureDotAtRight not behaving as expected

v0.1.1

10 Dec 03:33
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Enhancements:

  • Capability to report server version via DNS requests
  • Better file structure
  • Better error handling
  • Artifacts are now compiled by CI and more prebuilt executables are provided

v0.1.0 - The "Just Enough" Release

09 Dec 16:23
Compare
Choose a tag to compare
Pre-release

A minimal implementation that (somehow) works.

Currently working:

  • PTR record auto-generation from a pre-defined set of rules
  • hard-coded SOA reply for any domain requested without any check
  • hard-coded NS reply for any domain requested without any check
  • Passes RIPE NCC automatic sanity check during reverse DNS delegation setup

The binary attached is for Linux, x86_64 only.