Releases: ClusterM/wg-obfuscator
Releases · ClusterM/wg-obfuscator
v1.5
v1.4
What's new:
- Added masking support
Starting from version 1.4, the project introduces masking support: the ability to disguise traffic as another protocol. This is especially useful when DPI only allows whitelisted protocols. At the moment, the only available option is STUN emulation. Since STUN is commonly used for video calls, it is rarely blocked. - Added support for fwmark on Linux:
Allows marking outbound packets with a firewall mark for advanced routing. Useful for avoiding routing loops when usingAllowedIPs = 0.0.0.0/0. Requires root privileges. Thanks to @user-naa for the idea. - Some bugfixes
v1.3
Critical bugfixes:
- Fixed
max-clientsoption - Fixed crash on bad argument name
v1.2
What's new:
- Fixed buffer overflows
- Added support for big-endian architectures
- Added builds for MIPS processors
- Added builds for Macs with x64 processors
- Fixed issues with ARM processors
- Added proper ARMv7 compiler flags for MikroTik compatibility
- Added arm/v5 support to Docker images
- Removed libargp dependency
- Added new options for advanced users:
max-clients,idle-timeout, andmax-dummy - Made all builds static
- Migrated from
gethostbynametogetaddrinfo - Fixed
source-ifoption - Improved error handling
- Improved logging
v1.1
First public release.