Skip to content

1.1.0

Compare
Choose a tag to compare
@Aeron Aeron released this 16 Apr 15:17
· 4 commits to main since this release

This release introduces a simpler way to specify all the addresses to bind. Yet it keeps the backward compatibility. And, as usual, refactoring and performance improvements.

Removed

  • Separate IPv4 addresses (-4, --ipv4-address and DECOYSSH_IPV4_ADDR) option;
  • Separate IPv6 addresses (-6, --ipv6-address and DECOYSSH_IPV6_ADDR) option.

Added

  • A single addresses (-a, --address) option;
  • Backward compatible long and short address option aliases (-4, --ipv4-address and -6, --ipv6-address);
  • Backward compatible address environment variable aliases (DECOYSSH_IPV4_ADDR and DECOYSSH_IPV6_ADDR).

Changed

  • The upper limit for the number of addresses—it’s unlimited now.