Skip to content

"smart proxy" proposal and brainstorming

usernamenumber edited this page Dec 28, 2014 · 1 revision

Overview

The idea here is to set up a linux box that can act as a WAP/gateway with optional LTSP support, host local instances of some sites (e.g. wikipedia via Wikipedia for Schools), and transparently direct all content requests that go through it to (in order of preference):

  1. The corresponding local content, if present
  2. The requested remote content, if present and there is internet access
  • bonus points for caching along the way
  • ..and also for having a switch we can flip to not bother with this step if we know there's no Internet
  1. A default catch-all page if all else fails

Discussion

This issue is being used to track work on this project. Please feel free to leave comments and suggestions there.

References

My hope is that this can be done using a combination of iptables and nginx.

Visual

This flowchart attempts to illustrate the idea in more detail...

This flowchart attempts to illustrate the idea in more detail...