Submodule update

This commit is contained in:
MrFry 2020-04-13 19:17:26 +02:00
parent 34f44a0fa2
commit 8f0b1f81d5
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ module.exports = function (options) {
}
const ip = req.headers['cf-connecting-ip'] || req.connection.remoteAddress
let hostname = 'UNDEF'
let hostname = 'NOHOST'
if (req.hostname) {
hostname = req.hostname.replace('www.', '').split('.')[0]
} else {