⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
147.93.97.220
Server:
Linux srv843233 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
proftpd
/
templates
/
View File Name :
virtuals.conf
# # Proftpd sample configuration for Virtual Hosts and Virtual Roots. # # Note that FTP protocol requires IP based virtual host, not name based. # # # A generic sample virtual host. # #<VirtualHost ftp.server.com> #ServerAdmin ftpmaster@server.com #ServerName "Big FTP Archive" #TransferLog /var/log/proftpd/xfer/ftp.server.com #MaxLoginAttempts 3 #RequireValidShell no #DefaultRoot /srv/ftp_root #AllowOverwrite yes #</VirtualHost> # # The vroot module is not required, but can be useful for shared # directories. # <IfModule mod_vroot.c> #VRootEngine on #DefaultRoot ~ #VRootAlias upload /var/ftp/upload # #<VirtualHost a.b.c.d> #VRootEngine on #VRootServerRoot /etc/ftpd/a.b.c.d/ #VRootOptions allowSymlinks #DefaultRoot ~ #</VirtualHost> # </IfModule>