readme.txt

来自「java实现的代理程序 socket 编程实现的http 和socket 代理程」· 文本 代码 · 共 52 行

TXT
52
字号
JavaTunnel 0.1--------------This new release of JavaTunnel includes:- Port redirection- SSL Proxy bouncing- HTTP Tunneling(requires client and server)- Commandline interface- Experimental GUI interfaceTo execute JavaTunnel you need to include in your classpath the current directory and apache-commons.jar located into the libs directory.The commandline client class is javatunnel.JavaTunnelClient, so to start the program without parameters just type FROM THIS DIRECTORY:	java -cp .:./libs/apache-commons.jar javatunnel.JavaTunnelClientThis will show you the following help:        ***Invalid parameters.*** usage:  java javatunnel.JavaTunnelClient -mode amode -l aport -d        destinationip -dport aport [-p proxyip] [-pport proxyport] [-s        javatunnelserverip]  [-sport javatunnelserverport] [-h]JavaTunnel commandline help. -d,--destinationAddress <destionation ip>      Destination ip address -dport,--destinationPort <destionation port>   Destination port -h,--help                                      JavaTunnel usage -hosts,--help                                  Manage system host                                                file configuration -l,--localPort <local port>                    Local port where                                                JavaTunnel is listening -mode <MODE>                                   Type of operation mode                                                of the client.                                                Availables modes: SSLProxy, Redirect and HTTPTunnel -p,--proxyAddress <proxy ip>                   Proxy ip address -pport,--proxyPort <proxy port>                Proxy port -s,--serverAddress <server ip>                 JavaTunnel server ip                                                address -sport,--serverPort <server port>              JavaTunnel server port Example:java javatunnel.JavaTunnelClient  -mode Redirect -l 8080 -d192.168.0.100 -dport 80To start the graphical(and incomplete) interface just execute the javatunnel.gui.GraphicalClient, for example with this command	java javatunnel.gui.GraphicalClientFor More concrete usage examples check Examples.txt file

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?