Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlinden/udpxd
A general purpose UDP relay/port forwarder/proxy
https://github.com/tlinden/udpxd
Last synced: 4 days ago
JSON representation
A general purpose UDP relay/port forwarder/proxy
- Host: GitHub
- URL: https://github.com/tlinden/udpxd
- Owner: TLINDEN
- License: gpl-3.0
- Created: 2015-04-21T17:03:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T15:29:36.000Z (about 4 years ago)
- Last Synced: 2023-03-22T03:11:23.496Z (almost 2 years ago)
- Language: C
- Homepage: https://www.daemon.de/blog/2015/04/22/udpxd-general-purpose-udp-relayport-forwarderproxy/
- Size: 83 KB
- Stars: 22
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/TLINDEN/udpxd.svg?branch=master)](https://travis-ci.org/TLINDEN/udpxd)
[![Build status](https://ci.appveyor.com/api/projects/status/omvdru5ysa2swcd1?svg=true)](https://ci.appveyor.com/project/TLINDEN/udpxd)## UDPXD - A general purpose UDP relay/port forwarder/proxy
This is the README file for the network program udpxd.
udpxd can be used to forward or proxy UDP client traffic
to another port on another system. It also supports binding
to a specific ip address which will be used as the source
for outgoing packets. It supports ip version 4 and 6.## Documentation
You can read the documentation without installing the
software:perldoc udpxd.pod
If it is already installed, you can read the manual page:
man udpxd
## Installation
This software doesn't have any external dependencies, but
you need either BSD make or GNU make installed to build it.First you need to check out the source code. Skip this, if
you have already done so:git clone [email protected]:TLINDEN/udpxd.git
Next, change into the newly created directory 'udpxd' and
compile the source code:cd udpxd
makeTo install, type this command:
sudo make install
This will install the binary to `$PREFIX/sbin/udpxd` and
the manual page to `$PREFIX/man/man1/udpxd.1`. You can
modify `$PREFIX` during installation time like this:make install PREFIX=/opt
## Getting help
Although I'm happy to hear from udpxd users in private email,
that's the best way for me to forget to do something.In order to report a bug, unexpected behavior, feature requests
or to submit a patch, please open an issue on github:
https://github.com/TLINDEN/udpxd/issues.## Copyright and license
This software is licensed under the GNU GENERAL PUBLIC LICENSE version 3.
## Authors
T.v.Dein
## Project homepage
https://github.com/TLINDEN/udpxd