lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


a very minimalistic and simple proxy server written in Lua. it uses
only LuaSocket and LuaTask libraries, no additional C code.
only Linux now, but i think it can work in Windows if someone will
write VT-100 emulation library. %-)

i'm still experimenting with concepts, so the code is not as elegant as
i want it to be.

the primary goal of LuaProxy is ad-blocking, but i'm pretty sure it can
do much more than that.

luaforge link: http://luaforge.net/projects/luaproxy/