pkg.soopen package index

brew / rang 11003

Installer redir avec Homebrew, apt, dnf, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de redir pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install redir

local Homebrew formula metadata

Linux

Debian aptvérifié · 92%
sudo apt install redir

Debian stable package indexes · redir · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install redir

Fedora Rawhide package metadata · redir · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#redir

nixpkgs package indexes · pkgs/by-name/re/redir/package.nix · Source: api.github.com

aperçu

Résumé du paquet

TCP port redirector for UNIX

Commandes et alias

  • redir

historique

Historique du projet et usages

redir is a small Unix TCP port redirector that accepts connections on a source address and port and relays their byte streams to a destination. It can run from inetd, as a standalone daemon, or in the foreground under a service manager.

Historique du projet

redir was originally created by Nigel Metheringham and Sam Creasey as a lightweight, 8-bit-clean TCP port redirector for Unix. It could operate under inetd or as a standalone daemon handling multiple connections.

Maintenance later moved to Joachim Wiberg under the troglobit organization on GitHub. The maintained code uses GNU Autotools and preserves optional support for traffic shaping, FTP redirection, Linux transparent proxy mode, TCP wrappers, and a subset of the older interface.

Version 3.0 changed the command-line syntax. The build-time --enable-compat option retains a limited subset of version 2 options for older deployments.

Historique d'adoption

redir has been packaged across Homebrew, Debian, Ubuntu, Fedora-family repositories, and Nix according to the supplied metadata. That breadth reflects its role as a small, conventional Unix networking utility.

The current project retains inetd integration while also supporting standalone daemon and foreground operation, allowing it to fit both traditional Unix service management and modern process supervisors.

Modes d'utilisation

The modern syntax specifies source and destination endpoints, for example redir :80 127.0.0.1:8080. Options control binding, foreground or inetd mode, logging, timeouts, FTP handling, transparent proxying, and traffic shaping.

No application-specific configuration or credential file is required; persistent service definitions belong to the chosen supervisor, such as inetd.conf or a systemd unit.

Pourquoi les passionnés de paquets s'y intéressent

redir is representative of the compact Unix networking tools that package collections preserve for decades: one executable, a manual page, conventional Autotools support, and compatibility with inetd-era service composition. It remains useful when a complete proxy suite would be unnecessary.

Its version 3 command-line transition is especially relevant to maintainers because compatibility with part of the version 2 syntax must be enabled at build time.

Chronologie

  • Original era: Nigel Metheringham and Sam Creasey created redir as a lightweight Unix TCP redirector.
  • Later maintenance: Joachim Wiberg assumed maintenance in the troglobit GitHub repository.
  • Version 3.0: The command-line interface changed, with limited version 2 compatibility available as a build option.
  • Current packaging: Available in Homebrew, Debian, Ubuntu, Fedora-family, and Nix ecosystems according to the supplied input.

Related projects

  • uredir, linked by the official README, provides UDP port redirection.
  • inetd and xinetd can supervise redir and add access control through TCP wrappers; modern deployments can instead run it in the foreground under systemd or another process monitor.

Sources

  • Official manual page: https://github.com/troglobit/redir/blob/master/redir.1
  • Official repository and README: https://github.com/troglobit/redir
  • Package availability: source_facts.package-manager

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 8 plateformes.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
redircliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-09-19
version du gestionnaire3.3
gestionnaire mis à jour2026-09-13
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/troglobit/redir

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:redir
Version3.3
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/redir
Page d'accueilhttps://github.com/troglobit/redir
Dépôthttps://github.com/troglobit/redir
LicenceGPL-2.0-or-later
Archive sourcehttps://github.com/troglobit/redir/releases/download/v3.3/redir-3.3.tar.xz
Dernière mise à jour2026-09-13T07:51:49Z
Pulseupdated
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameredir
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

redir 3.3-1

Redirect TCP connections

https://github.com/troglobit/redir

sudo apt install redir
  • Section: net
  • Architecture: amd64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Redir
Debian stable package indexes · deb.debian.org · Debian stable package indexes: redir from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

redir

nix profile install nixpkgs#redir
  • normalized package name match
  • Correspondance par : Redir
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/re/redir/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

redir 3.3-1

Redirect TCP connections

https://github.com/troglobit/redir

sudo apt install redir
  • Section: universe/net
  • Architecture: amd64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Redir
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: redir from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

redir 3.3-15.fc45

A TCP port redirector for UNIX

https://github.com/troglobit/redir

sudo dnf install redir
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: redir
  • 2 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Redir
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: redir from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation