Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 1.44 KB

File metadata and controls

76 lines (55 loc) · 1.44 KB


🔄 Lightweight anonymous redirect service with referer stripping


Documentation

  • 🧑‍💻 TODO - update docs

Running via docker:

# expose api port only
docker run -p 3000:3000  halitsever/suparedirect:latest

# expose dashboard & api ports
docker run -p 3000:3000 -p 5173:5173  halitsever/suparedirect:latest

For development:

npm i
npm run start

Usage:

curl http://localhost:3000/?to=https://halit.org

you can use to parameter for redirecting to any website

MIT License - Halit Sever