ebuild for ypd-3
[ypd.git] / README
blob68583f74aeb653f1f742809b9f58a2ab7aedbcbb
1 ypd delegates tcp requests to other services analysing the content.
2 it makes you able binding more than one application to a virtual port.
4 INSTALL:
5         run "make"
6         run "make install"
8 USAGE:
9         simply run ypd
10         configure ypd with following enviroment variables:
11         YPD_PORT=4443           - port to listen on
12         YPD_HOST=localhost      - host to connect to
13         YPD_PORT_HTTPS=443      - port to connect https connections
14         YPD_PORT_SSH=22         - port to connect ssh connections
16 if you want other protocolls implemented, just get the source http://repo.or.cz/r/ypd.git and sendme a patch