Dettol
Verified User
- Joined
- Sep 26, 2022
- Messages
- 90
I hope this message finds you well. For security reasons, I want to configure the FTP settings in my DirectAdmin to allow login only from specified IP addresses. Previously, I added the following lines to /etc/proftpd.conf:
I would like to ask if there is a way to implement fixed settings in DirectAdmin's ProFTPD that won't be reset or deleted during updates.
Thank you very much for your help!
However, this method resets the /etc/proftpd.conf file after each update, resulting in numerous unauthorized login attempts and brute force attacks.<Limit LOGIN>
# Server IP
Allow from 123.123.123.123
# My IP
Allow from 11.49.22.11
# Everyone else is denied
DenyAll
</Limit>
I would like to ask if there is a way to implement fixed settings in DirectAdmin's ProFTPD that won't be reset or deleted during updates.
Thank you very much for your help!