🦉All
server.all(function(req,res,out){
console.log('hi there')
out.next()
}
Siteye girdiniz diyelim kaydettiğiniz ip den sürekli giriş yapılıyosa siteye mesela engellemenize sağlar bildiğiniz tüm girişler ilk buraya ardınan siz out.next() dediğinizde devam eder return res.send yapmadığınız sürece When an user enter the website ( /url doenst matter) this function runs first so you can ban the IP without continuing to the site.
Last updated
Was this helpful?