Add source host
This commit is contained in:
parent
fad216c968
commit
a76e89f0dc
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const listener = async function ( /** @type {import('http').IncomingMessage} */
|
||||||
}
|
}
|
||||||
if (cache.blacklisted) {
|
if (cache.blacklisted) {
|
||||||
res.writeHead(301, {
|
res.writeHead(301, {
|
||||||
'Location': process.env.BLACKLIST_REDIRECT || 'https://forwarddomain.net/blacklisted',
|
'Location': (process.env.BLACKLIST_REDIRECT || 'https://forwarddomain.net/blacklisted') + "?d=" + req.headers.host,
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue