socratex

v2.0.18
A Secure Web Proxy. Which is fast, secure, and easy to use.
http-proxy mitm proxy secure tcp transparent tunnel

start

node main.mjs

debug

node --inspect --trace-warnings main.mjs --http --debug

test

node --inspect --trace-warnings test.mjs

updep

npx ncu -u && npm install

gitsync

( git commit -am "Released @ `date`" || true ) && git pull && git push

build

npm run updep && ( git commit -am 'update dependencies' || true )

pub

npm run build && npm run gitsync

beta

npm publish --tag beta

docker-build

docker build --no-cache -t leask/socratex .

docker-push

docker push leask/socratex

docker-publish

npm run docker-build && npm run docker-push
npm i socratex

Metadata

  • MIT
  • >=19.x
  • Leask Wong
  • released 8/10/2023

Downloads

Maintainers