1
Fork 0

add verified instance :3

This commit is contained in:
Ashley 2023-01-31 20:36:13 +00:00
parent d056563324
commit a6290f597f

View file

@ -186,10 +186,10 @@ module.exports = function (app, config, renderTemplate) {
const isvld = await core.isvalidvideo(v);
if (!v) res.redirect("/");
const u = await media_proxy(v);
var secure;
var verify;
if (
req.hostname == "poketube.fun" ||
@ -202,6 +202,12 @@ module.exports = function (app, config, renderTemplate) {
secure = false;
}
if (req.hostname == "pt.zzls.xyz") {
verify = true;
} else {
verify = false;
}
try {
const info = await modules.fetch("http://ip-api.com/json/");
const jj = await info.text();
@ -245,7 +251,6 @@ module.exports = function (app, config, renderTemplate) {
if (d === "[object Object]") {
var d = false;
}
renderTemplate(res, req, "poketube.ejs", {
color: data.color,
@ -257,6 +262,7 @@ module.exports = function (app, config, renderTemplate) {
e,
a,
k,
verify,
secure,
process,
sha384,