Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.137.152.81
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
cacache /
locales /
Delete
Unzip
Name
Size
Permission
Date
Action
en.js
1.57
KB
-rw-r--r--
2021-02-04 21:24
en.json
395
B
-rw-r--r--
2021-02-04 21:24
es.js
1.71
KB
-rw-r--r--
2021-02-04 21:24
es.json
459
B
-rw-r--r--
2021-02-04 21:24
Save
Rename
'use strict' const ls = require('../ls.js') const get = require('../get.js') const put = require('../put.js') const rm = require('../rm.js') const verify = require('../verify.js') const setLocale = require('../lib/util/y.js').setLocale const clearMemoized = require('../lib/memoization.js').clearMemoized const tmp = require('../lib/util/tmp.js') setLocale('en') const x = module.exports x.ls = cache => ls(cache) x.ls.stream = cache => ls.stream(cache) x.get = (cache, key, opts) => get(cache, key, opts) x.get.byDigest = (cache, hash, opts) => get.byDigest(cache, hash, opts) x.get.stream = (cache, key, opts) => get.stream(cache, key, opts) x.get.stream.byDigest = (cache, hash, opts) => get.stream.byDigest(cache, hash, opts) x.get.copy = (cache, key, dest, opts) => get.copy(cache, key, dest, opts) x.get.copy.byDigest = (cache, hash, dest, opts) => get.copy.byDigest(cache, hash, dest, opts) x.get.info = (cache, key) => get.info(cache, key) x.get.hasContent = (cache, hash) => get.hasContent(cache, hash) x.put = (cache, key, data, opts) => put(cache, key, data, opts) x.put.stream = (cache, key, opts) => put.stream(cache, key, opts) x.rm = (cache, key) => rm.entry(cache, key) x.rm.all = cache => rm.all(cache) x.rm.entry = x.rm x.rm.content = (cache, hash) => rm.content(cache, hash) x.setLocale = lang => setLocale(lang) x.clearMemoized = () => clearMemoized() x.tmp = {} x.tmp.mkdir = (cache, opts) => tmp.mkdir(cache, opts) x.tmp.withTmp = (cache, opts, cb) => tmp.withTmp(cache, opts, cb) x.verify = (cache, opts) => verify(cache, opts) x.verify.lastRun = cache => verify.lastRun(cache)