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 : 18.188.15.246
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.stat /
out /
Delete
Unzip
Name
Size
Permission
Date
Action
adapters
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
providers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
types
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
index.d.ts
805
B
-rw-rw-r--
2022-08-30 11:49
index.js
985
B
-rw-rw-r--
2022-08-30 11:49
settings.d.ts
518
B
-rw-rw-r--
2022-08-30 11:49
settings.js
696
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const fs = require("./adapters/fs"); class Settings { constructor(_options = {}) { this._options = _options; this.followSymbolicLink = this._getValue(this._options.followSymbolicLink, true); this.fs = fs.createFileSystemAdapter(this._options.fs); this.markSymbolicLink = this._getValue(this._options.markSymbolicLink, false); this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); } _getValue(option, value) { return option !== null && option !== void 0 ? option : value; } } exports.default = Settings;