Download List

Descripción del Proyecto

KnProxy is a small PHP based Web proxy that makes use of the cURL module built into PHP. It uses limited server resources while still maintaining performance. KnProxy is aimed to be easy to use and does not inject information into Web pages. It returns the Web page as is, only changing the links to the resources to be proxied. The URL is obfuscated to prevent tracking or URL filtering. KnProxy has extended support for AJAX calls and JavaScript. This tool can be useful in places where the Internet is not as free as intended. It is also good for bypassing school or office firewalls. It is especially optimized to get past the GFW of China.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-04-04 21:24
4.50

El analizador ha sido rediseñado y mejorado. Análisis de soporte de JavaScript ha sido mejorado. El nuevo método de análisis romperá menos secuencias de comandos de Javascript y esperemos que hagan llamadas de AJAX más trabajo. Se han solucionado algunos errores relacionados con el modo de reserva de websockets. Una nueva clave de cifrado base ha sido puesta en efecto.
Tags: Parser, JS, WebSockets
The parser has been refactored and enhanced. JavaScript parsing support has been improved. The new parsing method will break fewer Javascript scripts and hopefully make more AJAX calls work. A few bugs related to the websockets fallback mode have been fixed. A new encryption base key has been put into effect.

2011-11-13 09:16
4.40-beta2

Se agregó soporte para la caché del cliente. Determinados por el tipo MIME de análisis fue mejorado para omitir archivos binarios. Se agregó soporte limitado para el modo Web Sockets. Un nuevo "modo Stream" se agregó para solucionar problemas al descargar archivos que superen MEMORY_LIMIT de PHP. Esta versión corrige algunos problemas con el gestor de cookies.
Tags: knHTTP, Parser, cookie manager, Beta, cache, MIME
Support for client-side caching was added. Mime-type-determined parsing was enhanced to skip binary files. Limited support for Web Sockets mode was added. A new "Stream Mode" was added to fix problems when downloading files which exceed PHP's MEMORY_LIMIT. This release fixes some problems with the cookie manager.

2011-10-17 06:59
4.36

Esta versión agrega accesible a través de un gestor de cookies: cookies. También mejora el soporte para cookies y tiempos de expiración. Se ha quitado algunos código antiguo, y la configuración de cifrado de la página se ha movido en el archivo conf. Esta versión presenta 3 modos "REFERER": pseudo, deshabilitar y auto.
Tags: knHTTP, Parser, encryption, page encryption, cookies
This version adds a cookie manager accessible through about:cookies. It also improves support for cookies and expiry times. Some old code has been removed, and the page encryption setting has been moved into the conf file. This version introduces 3 'REFERER' modes: pseudo, disable, and auto.

2011-10-07 23:14
4.34

Esta versión corrige un error en el analizador de URL cuando se trabaja con direcciones URL con escape y comerciales (SF # 3419799). Corrige una errata en el módulo de solicitud http que analizar afectados de encabezados Content-Disposition y varios errores indefinidos de índice cuando se ejecuta en modo estricto PHP.
Tags: url, knHTTP
This release fixes a bug in the URL parser when dealing with URLs with escaped ampersands (SF#3419799). It fixes a typo in the http request module which affected parsing of Content-Disposition headers and several index undefined errors when running in strict mode PHP.

2011-09-19 03:16
4.33

Esta versión corrige una grave laguna en el módulo de cifrado de enviar la dirección cifrada junto con las direcciones de cifrado. Se eleva el límite superior del generador de claves de cifrado aleatoria 10 a 255. Se ha corregido un error en el analizador de URL en condiciones especiales en donde no hay un camino en la dirección URL relativa.
Tags: url, encryption
This release fixes a serious loophole in the encryption module of sending the address unencrypted alongside encrypted addresses. It raises the upper bound of the random encryption key generator from 10 to 255. It fixes a bug in the URL parser on special conditions where there is no path in the relative URL.

Project Resources