v1.6.0
Socket Firewall v1.6.0
Binary releases for Socket Firewall.
Downloads
Choose the binary for your platform:
sfw-linux-x86_64- Linux (Intel/AMD)sfw-linux-arm64- Linux (Arm64)sfw-musl-linux-x86_64- Linux musl (Intel/AMD)sfw-musl-linux-arm64- Linux musl (Arm64)sfw-macos-x86_64- macOS (Intel)sfw-macos-arm64- macOS (Apple Silicon)sfw-windows-x86_64.exe- Windows
Installation
- Download the appropriate binary for your platform
- Make it executable:
chmod +x sfw-*(Linux/macOS) - Permit
sfwexecution:xattr -dr com.apple.quarantine ./path/to/sfw(macOS) - Move to your PATH or run directly
Changelog
Features
- add SFW_MALWARE_FALLBACK_MS and SFW_FAIL_ACTION configuration options (#64) (1bf4990)
Bug Fixes
- workaround old npm that violates HTTP spec (#80) (3521a72)
- KVP-encoded messages from openssl, now human-readable (#79) (0cc4c52)
- error display when SFW_DEBUG is enabled (2706bdd)
Other
- Documentation updates
- Maintenance and chores
- Test improvements