Install this version:
emerge -a =net-analyzer/realitlscanner-0.2.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/realitlscanner-0.2.3
Or alternatively:
emerge --autounmask-write -a =net-analyzer/realitlscanner-0.2.3
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="A TLS server scanner for Reality"
HOMEPAGE="https://github.com/XTLS/RealiTLScanner"
SRC_URI="
https://github.com/XTLS/RealiTLScanner/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/gentoo-zh-drafts/RealiTLScanner/releases/download/v${PV}/RealiTLScanner-${PV}-vendor.tar.xz
"
S="${WORKDIR}/RealiTLScanner-${PV}"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
BDEPEND=">=dev-lang/go-1.26.0"
src_compile() {
ego build -o ${PN}
}
src_install() {
dobin ${PN}
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | RealiTLScanner-0.2.3-vendor.tar.xz | 488872 bytes | https://github.com/gentoo-zh-drafts/RealiTLScanner/releases/download/v0.2.3/RealiTLScanner-0.2.3-vendor.tar.xz |
| DIST | realitlscanner-0.2.3.tar.gz | 11927 bytes | https://github.com/XTLS/RealiTLScanner/archive/refs/tags/v0.2.3.tar.gz |