| Port details |
- amnezia-kmod Amnezia VPN FreeBSD kernel module implementation
- 2.0.10 net
=3 2.0.8Version of this port present on the latest quarterly branch. - Maintainer: vova@zote.me
 - Port Added: 2025-08-05 18:27:04
- Last Update: 2026-01-27 01:08:06
- Commit Hash: d5ad656
- People watching this port, also watch:: amnezia-tools, deno, teamspeak3-server, libgpod, opensmtpd
- Also Listed In: kld net-vpn
- License: MIT
- WWW:
- https://docs.amnezia.org/documentation/amnezia-wg
- Description:
- FreeBSD kernel module for Amnezia VPN protocol.
Amnezia VPN is a VPN protocol that is backward compatible with the
WireGuard VPN protocol. It offers protection against detection by Deep
Packet Inspection (DPI) systems. At the same time, it retains the
simplified architecture and high performance.
The Amnezia VPN protocol has issues with detection due to distinctive
packet signatures. Amnezia addresses this problem by employing advanced
obfuscation methods, allowing its traffic to blend seamlessly with
regular internet traffic.
This package provides the FreeBSD kernel module (if_amn.ko)
implementation for Amnezia VPN, enabling kernel-level support for the
protocol.
Partial support of AWG2 protocol added - 2.0 S3/S4 parameters.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- amnezia-kmod>0:net/amnezia-kmod
- To install the port:
- cd /usr/ports/net/amnezia-kmod/ && make install clean
- To add the package, run one of these commands:
- pkg install net/amnezia-kmod
- pkg install amnezia-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: amnezia-kmod
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1769457594
SHA256 (vgrebenschikov-wireguard-amnezia-kmod-v2.0.10_GH0.tar.gz) = 2a54cb62943da982e28c305f0b1a89db2ba3a54fd57cf5629cca3aa512060c73
SIZE (vgrebenschikov-wireguard-amnezia-kmod-v2.0.10_GH0.tar.gz) = 69919
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_amnezia-kmod
- USES:
- kmod uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.0.10 27 Jan 2026 01:08:06
    |
Eugene Grosbein (eugen)  |
net/amnezia-kmod: [maintainer update] v2.0.10
- fix build on FreeBSD-16-CURRENT >= 1600011
- fix build on FreeBSD-13-stable
PR: 292742 |
2.0.9 10 Jan 2026 08:20:07
    |
Eugene Grosbein (eugen)  |
net/amnezia-kmod: update to v2.0.9
PR: 292310
Reported by: Vladimir Grebenschikov <vova@zote.me> (maintainer) |
2.0.8 18 Dec 2025 12:17:21
    |
Eugene Grosbein (eugen)  Author: Vladimir Grebenshchikov |
net/amnezia-kmod, net/amnezia-tools: maintainer update
net/amnezia-kmod update from 1.0.8 to 2.0.8;
amnezia-tools updated from 1.0.20241018 to 1.0.20250903.
Original update description:
Support of AWG2 protocol
New parameters:
- s3 - junk before cookie packet
- s4 - junk before data packet
- i1-i5 - pre-crafted custom signature packets to be send before hadshake
Updated logic of packet type recognition
As s4 may affect interface MTU, handle these limitations properly
Some fixes on parameters validation
if_amn now covered with test suite
PR: 291620 |
1.0.8 05 Aug 2025 18:23:54
    |
Eugene Grosbein (eugen)  |
net/amnezia-kmod, net/amnezia-tools: new ports
AmneziaWG is a version of the popular VPN protocol, WireGuard.
It offers protection against detection by Deep Packet Inspection
(DPI) systems. At the same time, it retains the simplified
architecture and high performance of the original.
PR: 288599
Approved by: core (glebius) |