Install this version:
emerge -a =www-nginx/ngx-socks-2.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.1 | 8 | amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="socks-nginx-module"
inherit nginx-module
DESCRIPTION="An nginx_http_proxy_module fork with SOCKS5 support"
HOMEPAGE="https://github.com/dannote/socks-nginx-module"
SRC_URI="
https://github.com/dannote/socks-nginx-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ngx-socks-2.1.tar.gz | 49873 bytes | https://github.com/dannote/socks-nginx-module/archive/refs/tags/v2.1.tar.gz |