Skip to content

Releases: ircfspace/masque-plus

v2.9.0

01 Nov 07:17

Choose a tag to compare

Changelog

  • #8 Fix: Limit scanTunnelFailLimit to scanner mode

v2.8.0

06 Sep 14:26

Choose a tag to compare

Changelog

  • Add --version flag to display current program version

v2.7.0

06 Sep 07:04

Choose a tag to compare

Changelog

  • Added new flags & improved compatibility with usque (thanks to @voidr3aper-anon)
  • update default IPv6 ranges for scanner
  • suppress unnecessary register-related messages
  • skip specific noisy MASQUE connection logs in handleScanner
  • handle error display when using --test-url flag

v2.3.0

01 Sep 14:58

Choose a tag to compare

v2.3.0 Pre-release
Pre-release

Changelog

  • add 1s delay between scan attempts
  • add Prettier configuration and setup for code formatting
  • Listing allowed ports for MASQUE

v2.1.0

01 Sep 08:49

Choose a tag to compare

v2.1.0 Pre-release
Pre-release

Changelog

  • Modularize the Masque-Plus core
  • Add scanner for scanning specified ranges and ports
  • Trim timestamps from log messages before printing

v1.8.1

31 Aug 08:21

Choose a tag to compare

Changelog

  • Add placeholder flags without using them to prevent unused variable errors

v1.8.0

31 Aug 07:48

Choose a tag to compare

Changelog

  • improve error handling
  • Add default IPv6 endpoints
  • add --connect-timeout flag
  • trim brackets from IPv6 host when parsing endpoint
  • Some Small Fixes

v1.7.1

30 Aug 16:07

Choose a tag to compare

Changelog

  • Improving the text of the program’s log messages

v1.7.0

30 Aug 08:51

Choose a tag to compare

Changelog

  • Support for -4, -6, and --scan flags along with a default endpoint (engage.cloudflareclient.com:2408) to enable the scanner
  • Added an array of temporary endpoints for random selection until the scanner is ready
  • Changed the application log format

v1.5.3

30 Aug 05:42

Choose a tag to compare

Changelog

  • Ability to pass a Port alongside the IP as the endpoint
  • Changed project build process to include usque inside the package
  • Android build support
  • Fixed some minor issues