Files
webmin/tcpwrappers/help/intro.zh.auto.html
2020-04-29 17:32:37 +03:00

1 line
900 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<header> TCP包装器</header><h3>介绍</h3>该模块使用一种简单的访问控制语言,该语言基于客户端(主机名/地址,用户名)和服务器(进程名,主机名/地址)模式。 <p> hosts_options5文档中描述了访问控制语言的扩展版本。通过使用-DPROCESS_OPTIONS构建可以在程序构建时打开扩展。 <h3>访问控制文件</h3>访问控制软件查阅两个文件。搜索在第一个匹配项处停止: <ul><li>当(守护程序,客户端)对与/etc/hosts.allow文件中的条目匹配时将授予访问权限。 </li><li>否则,当(守护程序,客户端)对与/etc/hosts.deny文件中的条目匹配时访问将被拒绝。 </li><li>否则,将授予访问权限。 </li></ul>不存在的访问控制文件将被视为空文件。因此,可以通过不提供访问控制文件来关闭访问控制。 <hr />