how can i disable ident lookup and hostname lookup in ioFTPD 7+ version
This problem confusions me so many years.
When I login the ftp server on a new host at the first time. It will take me a few seconds(5-10) delay for welcome message.
It seems that wen the version at 6.3, I got a method to resolve this problem here.
But I forget it now.
I have tried to change the configurations below, but no effect...
[Network]
ident_timeout = 0
Ignore_Hostmask_Idents = true
Secure_Ip_1 = 0 3 0 *
Dynamic_DNS_Lookup = NEVER
|