Ramón García-Pérez
Ramón García-Pérez
How can you force the DNS to pihole for IPv6? Also how can you have it so that not everything logs as coming from the USG IP in the pihole?
Whenever I do `rangy.saveSelection()` it doesn't allow to move away to another input field on the form and it stays on the element that has the focus a the page.
`/config/middlewares/authorization.js` ``` javascript exports.requiresLogin = function (req, res, next) { if (!req.isAuthenticated()) { return res.redirect('/login') //this should redirect to /signin } next() }; ``` After changing that, when doing any...