No longer used, please edit cmdline.[ch] manually, re-running gengetopts

will destroy our customization in these files.


git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@10 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Mark Janssen 2001-11-22 09:13:13 +00:00
parent 7244839185
commit 5be6caa3aa

View file

@ -1,27 +0,0 @@
# Proxytunnel - (C) 2001 Jos Visser / Mark Janssen */
# Contact: josv@osp.nl / maniac@maniac.nl */
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
purpose "Build generic tunnels trough HTTPS proxy's, supports HTTP authorization"
option "inetd" i "Run from inetd" flag off
option "user" u "Username to send to HTTPS proxy for authentication" string no
option "pass" s "Password to send to HTTPS proxy for authentication" string no
option "proxyhost" g "HTTPS Proxy host to connect to" string yes
option "proxyport" G "HTTPS Proxy host portnumber to connect to" int yes
option "desthost" d "Destination host to built the tunnel to" string yes
option "destport" D "Destination host portnumber to built the tunnel to" int yes
option "verbose" v "Turn on verbosity" flag off