aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2026-01-10 12:40:02 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2026-01-10 13:03:53 +0000
commitaad81a8a24fa9f98a71edd6d3f765471a51e3866 (patch)
treef7b73085306a2e7186e551d6f8f6e4e017f58c27
parent598d66480135d426973902e34c62c4cf89924f7a (diff)
net/amneziawg-go: new port: user-land implementation for AmneziaVPN
This is an implementation of AmneziaVPN in Go. PR: 292312 Reported by: Vladimir Grebenschikov <vova@zote.me> (maintainer)
-rw-r--r--net/Makefile1
-rw-r--r--net/amneziawg-go/Makefile19
-rw-r--r--net/amneziawg-go/distinfo5
-rw-r--r--net/amneziawg-go/pkg-descr11
4 files changed, 36 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 6222a845c07c..854d2e7f7ff1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -19,6 +19,7 @@
SUBDIR += aluminum
SUBDIR += amnezia-kmod
SUBDIR += amnezia-tools
+ SUBDIR += amneziawg-go
SUBDIR += amqpcat
SUBDIR += aoe
SUBDIR += apache-commons-net
diff --git a/net/amneziawg-go/Makefile b/net/amneziawg-go/Makefile
new file mode 100644
index 000000000000..a68320a6f899
--- /dev/null
+++ b/net/amneziawg-go/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= amneziawg-go
+PORTVERSION= 0.2.12
+CATEGORIES= net net-vpn
+MASTER_SITES= https://github.com/amnezia-vpn/amneziawg-go/
+
+MAINTAINER= vova@zote.me
+COMMENT= Amnezia in Go with VPN non-detection extensions
+WWW= https://www.amnezia.org/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gmake go:modules
+
+GO_MODULE= github.com/amnezia-vpn/amneziawg-go@v${PORTVERSION}
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/net/amneziawg-go/distinfo b/net/amneziawg-go/distinfo
new file mode 100644
index 000000000000..cb59608b66c5
--- /dev/null
+++ b/net/amneziawg-go/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1768048479
+SHA256 (go/net_amneziawg-go/amneziawg-go-0.2.12/v0.2.12.mod) = f325a77b233ea2ac7bb6e1fdf656d1497468a47f1233ed94f39efb6f8365573b
+SIZE (go/net_amneziawg-go/amneziawg-go-0.2.12/v0.2.12.mod) = 420
+SHA256 (go/net_amneziawg-go/amneziawg-go-0.2.12/v0.2.12.zip) = d74b0bb0b86f7119050761031df2b5d0f0c2c242dfdf18941129d4b7c19ac58f
+SIZE (go/net_amneziawg-go/amneziawg-go-0.2.12/v0.2.12.zip) = 173823
diff --git a/net/amneziawg-go/pkg-descr b/net/amneziawg-go/pkg-descr
new file mode 100644
index 000000000000..72860262c8fa
--- /dev/null
+++ b/net/amneziawg-go/pkg-descr
@@ -0,0 +1,11 @@
+This is an implementation of AmneziaVPN in Go.
+
+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.