搜索资源列表
proxy(支持ftp和telnet)
- 一个简易的proxy 支持ftp(pasv)和telnet。 使用方法: 在属性文件中输入listener的数目以及各个listener的类型、端口、目标主机IP和目标主机端口,启动主程序, 然后使用ftp或者telnet客户端连接程序所在主机即可访问目标主机所提供的服务。-a simple proxy support ftp (turns) and telnet. Use : in the document attributes listener input and the number of
kiate-1.6
- 一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类 unix,还有windows(最新版本要求nt 4.0以上)操作系统上 一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 还支持tcp端口映射,可以实现别人访问你的内网主机。 有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 ki
index
- 自己的php主机搭建opera mini代理,适用于opera mini 4.5黑莓平台俄版-make your own host a opera mini proxy
tcp_tun
- 多线程tcp代理 这是一个代理客户机/服务器的优势,它能够拆分单 传入连接到代理服务器分成多个TCP流的代理客户端。 代理服务器,然后重新组装成一个单一的出站连接到这些TCP 流远程主机 。-This software is a proxy client/server with the advantage that it is able to split a single incoming connection to the proxy client into multiple
proxy
- 用delphi编写设计一款自己的代理服务器软件,实现思路:当前流行的浏览器的系统选项中有一个参数,即“通过代理服务器连接”,经过编程测试,当局域网中一台工作站指定了该属性,再发出Internet请求时,请求数据将发送到所指定的代理服务器上。 代理服务的过程:接收被代理端的请求、连接真正的主机、接收主机返回的数据、将接收数据发送到被代理端。 -A proxy server software designed using delphi realization of ideas: a
vpn.sh
- SSH-VPN scr ipt This scr ipt used to setup SSH tunnel between two hosts. After tunnel is set up, remote host configured as gateway and local host routes, destinations via remote gateway.
portmap-master
- 端口映射器PortMap 运行配置参数需要修改文件conf.cfg, 如: server port=8080 remote host=127.0.0.1:80 在release下有已经编译好的exe, 可以直接测试使用.-Port Mapper PortMap configuration file to run the configuration parameters need to modify the file conf.cfg, such as: server po
IEproxyseetting
- 首先用Delphi来实现.delphi实现很简单.因为delphi的单元WinInet中就封装了该API调用的所有文档所以就简单多了.首先做一级面向对象的封装.一个对象TsetProxy,然后定义两个数据分别是代理主机和代理端口.然后一个负责调用的函数.-First use Delphi to achieve. Delphi achieve is very simple, because delphi unit WinInet encapsulates all the documents in