blocktor

Block Tor Sessions

Usage no npm install needed!

<script type="module">
  import blocktor from 'https://cdn.skypack.dev/blocktor';
</script>

README

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");});