summaryrefslogtreecommitdiffstats
path: root/network/uredir/README
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2022-08-25 12:11:57 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-27 22:50:29 +0700
commiteb3a348246b1237333a5d7166c9696e09e65d00d (patch)
treed20b9f395f4c24533e2607f3470957abd365e197 /network/uredir/README
parentfc9af87b121a30dc3dcb66164f3dc07144842064 (diff)
downloadslackbuilds-eb3a348246b1237333a5d7166c9696e09e65d00d.tar.gz
slackbuilds-eb3a348246b1237333a5d7166c9696e09e65d00d.tar.xz
network/uredir: Added (userspace UDP port redirector)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/uredir/README')
-rw-r--r--network/uredir/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/uredir/README b/network/uredir/README
new file mode 100644
index 0000000000..561e234c61
--- /dev/null
+++ b/network/uredir/README
@@ -0,0 +1,12 @@
+uredir (userspace UDP port redirector)
+
+uredir is a small tool to redirect UDP traffic. It can be used as a
+poor man's filtering tool, e.g. for small multihomed embedded systems
+without a built-in firewall.
+
+uredir forwards packets to a specified destination, remembering the
+sender's address. Any packets received from the destination are in
+turn forwarded to the sender.
+
+uredir can be run standalone or via inetd. See uredir's man page for
+details.