pkg.soopen package index

brew / 順位 11003

redir を Homebrew, apt, dnf, Nix でインストール

redir のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install redir

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install redir

Debian stable package indexes · redir · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install redir

Fedora Rawhide package metadata · redir · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#redir

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

概要

パッケージ概要

TCP port redirector for UNIX

コマンドとエイリアス

  • redir

履歴

プロジェクトの歴史と使われ方

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.

プロジェクトの歴史

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.

採用の歴史

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.

使われ方

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.

パッケージ好きにとっての重要性

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.

タイムライン

  • 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.

ソース

  • 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

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
redircliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版3.3
マネージャ更新日2026-09-13
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/troglobit/redir

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:redir
バージョン3.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/redir
ホームページhttps://github.com/troglobit/redir
リポジトリhttps://github.com/troglobit/redir
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://github.com/troglobit/redir/releases/download/v3.3/redir-3.3.tar.xz
最終更新2026-09-13T07:51:49Z
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

redir 3.3-1

Redirect TCP connections

https://github.com/troglobit/redir

sudo apt install redir
  • Section: net
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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