Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.109
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
network /
if-up.d /
[ HOME SHELL ]
Name
Size
Permission
Action
bind9
289
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bind9
#!/bin/sh -e # Called when an interfaces comes up or down # Written by LaMont Jones <lamont@debian.org> # kick named as needed # If /usr isn't mounted yet, silently bail. if [ ! -d /usr/sbin ]; then exit 0 fi # if named is running, reconfig it. rndc reconfig >/dev/null 2>&1 & exit 0
Close