Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
ppp /
ip-up.d /
Delete
Unzip
Name
Size
Permission
Date
Action
000resolvconf
553
B
-rwxr-xr-x
2016-04-01 11:53
exim4
275
B
-rwxr-xr-x
2024-01-27 00:52
fetchmail
342
B
-rwxr-xr-x
2018-06-23 15:52
Save
Rename
#!/bin/sh # # Default fetchmail ip-up script (/etc/ppp/ip-up.d/fetchmail) # # Change "try-restart" below to "start" # and remove "-a ! -x /sbin/resolvconf" # if you only want to run fetchmail when # the PPP link is up. # if [ -x /etc/init.d/fetchmail -a ! -x /sbin/resolvconf ]; then invoke-rc.d --quiet fetchmail try-restart || true fi