https://github.com/monich/libfwd
UDP/TCP forwarding
https://github.com/monich/libfwd
Last synced: 26 days ago
JSON representation
UDP/TCP forwarding
- Host: GitHub
- URL: https://github.com/monich/libfwd
- Owner: monich
- License: other
- Created: 2025-08-16T22:52:35.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-04T17:33:25.000Z (10 months ago)
- Last Synced: 2025-09-04T19:28:11.278Z (10 months ago)
- Language: C
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
libfwd
======
Connection forwarding library.
Its functionality is similar to ssh tunneling except that it forwards
connectionless UDP as well, by creating local + remote UDP socket pairs
for each remote datagram source on the listening side.
Note that the forwarding protocol provides no encryption, authentication
or any other security features by itself. All that is the responsibility
of the transport layer (i.e. the underlying GIOStream).