Changeset 668 for trunk/pdns/pdns/docs/pdns.sgml
- Timestamp:
- 04/07/06 21:52:10 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r591 r668 5911 5911 </varlistentry> 5912 5912 <varlistentry> 5913 <term>allow-from</term> 5914 <listitem> 5915 <para> 5916 Comma separated netmasks that are allowed to use the server. The default allows complete access! 5917 </para> 5918 </listitem> 5919 </varlistentry> 5920 <varlistentry> 5913 5921 <term>client-tcp-timeout</term> 5914 5922 <listitem> … … 5955 5963 <listitem> 5956 5964 <para> 5957 Local IP address (singular) to bind to. Defaults to all addresses.5965 Local IP addresses to bind to, comma separated. Defaults to all addresses. 5958 5966 </para> 5959 5967 </listitem> … … 5969 5977 </varlistentry> 5970 5978 <varlistentry> 5979 <term>max-cache-entries</term> 5980 <listitem> 5981 <para> 5982 Maximum number of cache entries. 1 million will generally suffice for most installations. 5983 </para> 5984 </listitem> 5985 </varlistentry> 5986 <varlistentry> 5971 5987 <term>max-tcp-clients</term> 5972 5988 <listitem> … … 5989 6005 <para> 5990 6006 Don't log queries. 6007 </para> 6008 </listitem> 6009 </varlistentry> 6010 <varlistentry> 6011 <term>socket-dir</term> 6012 <listitem> 6013 <para> 6014 Where to store the control socket. This option also works with the controller, <command>rec_control</command>. 5991 6015 </para> 5992 6016 </listitem>