⚝
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 :
~
/
usr
/
share
/
doc
/
proftpd-doc
/
misc
/
View File Name :
README.classes
Classes ------- Classes of connections in ProFTPD are defined using <Class> sections. An example configuration would thus be: <Class foo> From 127.0.0.1 From *.evil.com </Class> For more information on classes, see: doc/howto/Classes.html Classes can only be defined in the "server config" context, not on a <Global> or per-<VirtualHost> basis. This is because the class for a client is determined as soon as the client connects to the server, before the server determines which <VirtualHost> the client is trying to reach. Therefore, class definitions always apply to the entire daemon.