Skip to content
arogarth edited this page Nov 23, 2015 · 8 revisions

Dynamic-WPAD is a small project to deploy different wpad.dat files in a network depend on the source ip-address.

Requirements

  • Apache2
  • PHP5
  • MySQL-Database

Installation

Create the Database

echo "create database wpad;" | mysql

wget https://github.com/arogarth/dynamic_wpad/archive/master.zip

unzip -d master.zip /var/www

mv /var/www/dynamic_wpad-master /var/www/dynamic_wpad

Clone this wiki locally