SafeSquid-Github / Troubleshooting_Interface

Debug & Troublshooting connection issues for your SafeSquid Proxy server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SafeSquid_Troubleshooting_Interface

Troubleshooting Made easier by SafeSquid.

This project helps to debug and troubleshoot issues related to any website or application just from your web interface. For users who are not so comformatble with command line interface can now easy troubleshoot issues simply from there browser.

To start using the project follow below steps: NOTE: Websocketd is available on ubuntu versions 20.04 and above.

  1. Install websocketd
apt update && apt install websocketd
  1. Clone the project
  2. Initalize weboscket connection
websocketd --port=8081 --loglevel=debug  --staticdir=<git_clone_directory>/SafeSquid_Troubleshooting_Interface/interface/ --dir=<git_clone_directory>/SafeSquid_Troubleshooting_Interface/net_analyzer/scripts/

About

Debug & Troublshooting connection issues for your SafeSquid Proxy server.


Languages

Language:JavaScript 47.4%Language:Shell 24.5%Language:HTML 19.5%Language:CSS 8.6%