ports/net/pbnc/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
562 B
Text

pbnc runs in userland and acts as a simple TCP port forwarder.
It has a single-threaded design (uses select(), does not
fork). It can handle multiple targets with an unlimited number
of clients (at least in theory), and supports simple IP-based
access control. Since pbnc works on network level, it does not
care about the application protocol. It can tunnel FTP
(control connection), SSH, HTTP and all other protocols using
TCP communication. Application-level SSL/TLS encryption is
also no problem.
See also: https://duncanthrax.net/pbnc/