I would like to start phrelay manually to listen on certain port number. I know that I can do this by editting the /etc/services file but I don’t want inetd running. I want my local program to execute phrelay on some port.
Any ideas?
Thanks
There are two undocumented options (they are now documented, but the updated docs haven’t hit the streets yet) that you can use
to accomplish this:
-G Use when not run by inetd. Will listen on socket port 4868.
-g Same as -G but will listen on .
cool thanks~