Skip to content

Releases: EpicEric/sandhole

v0.2.1

22 Dec 13:51
Compare
Choose a tag to compare

Added

  • Add Sandhole version to admin interface.
  • Add signal handling for shutdown.

Fixed

  • Fix SSH authentication log always showing "no authentication".

Changed

  • Minor improvements to admin interface.

v0.2.0

20 Dec 17:21
Compare
Choose a tag to compare

Added

  • BREAKING: Add remote_address field to API login request.
  • Add user forwarding quotas via the --quota-per-user option.
  • Add --connect-ssh-on-https-port option.
  • Add user IDs to admin interface.

Fixed

  • Better handling of initial value and windowing for telemetry counters.
  • Improve random addressing to avoid most collisions.

Changed

  • BREAKING: Bump MSRV to 1.81.0.
  • BREAKING: Rename --allow-provided-subdomains to --allow-requested-subdomains.
  • Change --random-subdomain-seed=fingerprint to also take user into account.
  • Modify exports to live within lib.rs.
  • Update russh dependency to version 0.49.2.
  • Update sysinfo dependency to version 0.33.0.

v0.1.4

03 Dec 17:26
Compare
Choose a tag to compare

Changed

  • Update russh dependency to version 0.47.0-beta.4 in order to be published to Crates.io

v0.1.3

30 Nov 15:07
Compare
Choose a tag to compare

Added

  • Add system info to admin interface

Fixed

  • Fix leak with SSH connections

Changed

  • Revamp admin interface
  • Improve counter measurements
  • Improve placeholders in CLI
  • Use DroppableHandle in more places

v0.1.2

27 Nov 20:02
Compare
Choose a tag to compare

Added

  • Add logging for ACME certificates
  • Basic documentation for docs.rs

Changed

  • Improve logging when using --load-balance=replace
  • Make fingerprint-checking consistent
  • Better logging/admin interface with canonical IPs
  • Remove some unecessary allocations
  • Decrease size of Docker images

v0.1.1

26 Nov 17:51
Compare
Choose a tag to compare

Fixed

  • Fix fingerprint verification for non-alias flows

Changed

  • Remove dependency on reqwest

v0.1.0

26 Nov 00:33
Compare
Choose a tag to compare

Initial release.