|
|
发表于 2003-12-29 20:00:03
|
显示全部楼层
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
vsftpd:202.xxx.xxx.xxx:setenv VSFTPD_LOAD_CONF /etc/vsftpd/vsftpd_tcp_wrap.conf
vsftpd:202.xxx.*.*: DENY
~
可以针对不同的地址使用不同的配置文件。 |
|