Date: Sat, 10 Jan 2026 13:09:09 +0000 From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aad81a8a24fa - main - net/amneziawg-go: new port: user-land implementation for AmneziaVPN Message-ID: <69624f75.3a6f7.1b6e531@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=aad81a8a24fa9f98a71edd6d3f765471a51e3866 commit aad81a8a24fa9f98a71edd6d3f765471a51e3866 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2026-01-10 12:40:02 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2026-01-10 13:03:53 +0000 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) --- net/Makefile | 1 + net/amneziawg-go/Makefile | 19 +++++++++++++++++++ net/amneziawg-go/distinfo | 5 +++++ net/amneziawg-go/pkg-descr | 11 +++++++++++ 4 files changed, 36 insertions(+) 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69624f75.3a6f7.1b6e531>
