blocktor

1.1.0 • Public • Published

NOTOR

Example: const app=require("express")(); const notor = require("blocktor"); app.use(notor((res)=>{res.send("Tor not allowed");})); app.get("/",(req,res)=>{ res.json({"You are not Using tor:)"}); }); app.listen(8080,()=>{console.log("Listen");});

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i blocktor

      Weekly Downloads

      9

      Version

      1.1.0

      License

      ISC

      Unpacked Size

      3.42 kB

      Total Files

      4

      Last publish

      Collaborators

      • sharkbyteprojects