/sucker

Visual configuration editor for Squid proxy server

Primary LanguageJavaScriptMIT LicenseMIT

Sucker

Visual editor of new/existing configuration files for Squid proxy.

Features

  • Search over tags
  • Import existing configuration
  • Switch between Squid versions

To install and run:

1. In a local docker container:

docker pull itworks99/sucker
docker run -d -p 3000:3000 itworks99/sucker

2. On a local system (Debian/Ubuntu):

sudo apt-get install git python3 python3-pip -y
git clone https://github.com/itworks99/sucker.git
cd sucker
pip3 install -r requirements.txt
python3 src/sucker.py

To use:

Navigate to http://localhost:3000/

Screenshot:

Screenshot