Skip to content
Diego Woitasen edited this page Aug 12, 2014 · 3 revisions

This page describe how to use my fork of WP. It supports on-disk cache with expiration and some TCP optimizations.

Packages required:

  • git
  • g++
  • uuid-dev
  • libboost-filesystem-dev
  • libboost-dev

Steps:

  1. git clone -b diegows https://github.com/diegows/wanproxy.git
  2. cd wanproxy/programs/wanproxy
  3. make (if compilation fails in Ubuntu try make USE_POLL=poll)

That's all. There is no "make install" yet. Move the executable to your favorite location.

Clone this wiki locally