8000 GitHub - rajtan/GateSentry: GateSentry is a complete Web Filtering suite for the Raspberry Pi that supports both HTTP and HTTPS filtering. It can be downloaded and used as a SD-CARD image from : www.abdullahirfan.com/my-projects/gatesentry/.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GateSentry is a complete Web Filtering suite for the Raspberry Pi that supports both HTTP and HTTPS filtering. It can be downloaded and used as a SD-CARD image from : www.abdullahirfan.com/my-projects/gatesentry/.

Notifications You must be signed in to change notification settings

rajtan/GateSentry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GateSentry

A Free webfilter + Parental Controls Suite for the Pi

GateSentry is a complete Web Filtering suite for the Raspberry Pi that supports both HTTP and HTTPS filtering. It can be downloaded and used as simply as a SD-CARD image .

Features
  • SSL Filtering
  • File Download restriction based upon MIME types
  • Phrase based content restriction
  • Individual Site blocking
  • Ad Blocking
  • Switch Internet access on or off.
  • Updated Squid
  • Support for all Raspberry Pi boards upto Raspberry Pi 3
  • Built in Wifi Access point for the Pi3
  • Sets up proxy automatically on clients using WPAD, works out of the Box on the Pi3 and Pi2 (if * your Wifi Device is supported)
  • Support for OTA updates
  • Its Free!
Screenshots

1 - Main Screen Main-Screen 2 - Change built-in Wifi name and password Wifi-pass 3 - Disable Internet access for Wifi Clients Disable-access 4 - Edit Filters Edit-filters

Download and Initial Setup Guide

https://www.abdullahirfan.com/releasing-gatesentry-v1-0-beta/

Using a self-signed certificate

Even though GateSentry comes with its own certificate, for security purposes you're encouraged to generate your own. Here's how:

Under the hood

GateSentry is powered by:

  • Squid3 compiled with sslbump
  • Dansguardian for http filtering
  • GateSentry's ICAP server for https filtering
  • PHP5 and Sqlite powered by Laravel (for the Administration panel)

Compiling and Running

####ICAP Server GateSentry's source uses the Python 2.7 interpreter.

To Run:

python icap_server.py [path of .cfg file here]

Example:

python icap_server.py icap_server.cfg

Administration Panel

The admin panel is powered by Laravel, so you'll need a webserver to run it. On the Raspberry Pi GateSentry uses Lighttpd to serve the administration panel.

Just provide the following path as your document Root to Lighttpd:

<base_path>/Gatesentry/admin_panel/site/public/

Squid3

GateSentry uses Squid3 with -sslbump enabled. GateSentry's Squid3 config file can be found in the Squid3 labelled folder of this repo.

####Dansguardian

Config file available in the repo.

###Running GateSentry

Once everything is in place (Squid3, Dansguardian, GateSentry's ICAP server and the Lighttpd). Start services in the following order :

  1. Lighttpd
  2. Squid3
  3. Dansguardian
  4. GateSentry

About

GateSentry is a complete Web Filtering suite for the Raspberry Pi that supports both HTTP and HTTPS filtering. It can be downloaded and used as a SD-CARD image from : www.abdullahirfan.com/my-projects/gatesentry/.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.2%
  • HTML 22.0%
  • Python 11.7%
  • PHP 2.0%
  • Shell 0.1%
  • CSS 0.0%
0