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
import * as fsScandir from '@nodelib/fs.scandir'; import type { Entry, Errno } from './types'; export declare type FilterFunction<T> = (value: T) => boolean; export declare type DeepFilterFunction = FilterFunction<Entry>; export declare type EntryFilterFunction = FilterFunction<Entry>; export declare type ErrorFilterFunction = FilterFunction<Errno>; export interface Options { basePath?: string; concurrency?: number; deepFilter?: DeepFilterFunction; entryFilter?: EntryFilterFunction; errorFilter?: ErrorFilterFunction; followSymbolicLinks?: boolean; fs?: Partial<fsScandir.FileSystemAdapter>; pathSegmentSeparator?: string; stats?: boolean; throwErrorOnBrokenSymbolicLink?: boolean; } export default class Settings { private readonly _options; readonly basePath?: string; readonly concurrency: number; readonly deepFilter: DeepFilterFunction | null; readonly entryFilter: EntryFilterFunction | null; readonly errorFilter: ErrorFilterFunction | null; readonly pathSegmentSeparator: string; readonly fsScandirSettings: fsScandir.Settings; constructor(_options?: Options); private _getValue; }