spectreproxy
v1.0.0
Published
The source code and deployment for spectre proxy by NullBit9. Currently uses Ultraviolet proxy and Ultraviolet backend scripts for a seamless experience. solsearch and spectre (.html) are both different versions of the proxy. (please don't be stupid an
Readme
Spectre 
The source code and deployment for spectre proxy by NullBit9. Currently uses Ultraviolet proxy and Ultraviolet backend scripts for a seamless experience. solsearch and spectre (.html) are both different versions of the proxy. (please don't be stupid and don't deploy this via npm on a WSL instance)
License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
Deployment opions:
Running locally
WILL NOT WORK ON WSL!!
git clone https://github.com/NullBit9/Spectre
cd Spectre
npm i && npm startRequirements:
npm and node.js installed. If you don't have it installed refer to the script below.
sudo apt update
sudo apt install npm -y