⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
proftpd
/
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>