readme
来自「spserver 是一个实现了半同步/半异步(Half-Sync/Half-As」· 代码 · 共 28 行
TXT
28 行
sptunnel READMEThe sptunnel program is designed to work as an SSL encryption wrapperbetween remote client and local or remote server. It can be used toadd SSL functionality to commonly daemons like POP2, POP3, IMAP and HTTPservers without any changes in the programs' code.bash-2.05a$ ./sptunnel -vUsage: ./sptunnel [-p <port>] [-t <threads>] [-r <backend>]bash-2.05a$ ./sptunnel sptunnel[27626]: Backend server - 66.249.89.99:80 ;; default is google.comsptunnel[27626]: Listen on port [8080]You can use the browser ( IE, Firefox, etc. ) to visit: https://<the.ip.of.sptunnel>:8008/Or, use curl curl https://<the.ip.of.sptunnel>:8080/Enjoy! -- stephen liu <stephen.nil@gmail.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?