Changeset 119 for trunk/pdns/pdns/docs/pdns.sgml
- Timestamp:
- 01/07/03 14:05:02 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r118 r119 12 12 </author> 13 13 14 <PubDate>v2.1 $Date: 2003/01/0 6 16:13:59$</PubDate>14 <PubDate>v2.1 $Date: 2003/01/07 13:05:02 $</PubDate> 15 15 16 16 <Abstract> … … 3787 3787 </para></listitem> 3788 3788 <listitem><para> 3789 Does not do negative caching. 3790 </para></listitem> 3791 <listitem><para> 3789 3792 Can only answer queries for types and classes it knows about - it is not transparent as it should be. 3790 3793 </para></listitem> 3791 3794 <listitem><para> 3792 Does not expire entries from its cache3795 Only ignores stale cache entries, does not actually clean them up. 3793 3796 </para></listitem> 3794 3797 <listitem><para> 3795 Only compiles on Linux and possibly Solaris. FreeBSD decided not to support the POSIX get/set/swapcontext functions. 3798 Otherwise, leaks memory like a sieve too. 3799 </para></listitem> 3800 <listitem><para> 3801 Doesn't understand ANY records yet. 3802 </para></listitem> 3803 <listitem><para> 3804 Not very IPv6 aware - does no AAAA additional processing. 3805 </para></listitem> 3806 <listitem><para> 3807 Only compiles on Linux and possibly Solaris. FreeBSD 4.x decided not to support the 3808 POSIX get/set/swapcontext functions. 3796 3809 </para></listitem> 3797 3810 </itemizedlist> … … 3801 3814 compiled. If you are lucky, that is. Send it queries like this: 3802 3815 <command>dig ds9a.nl A @127.0.0.1 -p 5300</command>. To run on a different port, use <command>./syncres --local-port=53</command>. 3816 </para> 3817 <para> 3818 <note> 3819 <para> 3820 PowerDNS author bert hubert has the pdns recursor in production and browsing with it works for him. 3821 </para> 3822 </note> 3803 3823 </para> 3804 3824 <para> … … 3819 3839 <listitem><para> 3820 3840 Is very verbose in showing how recursion actually works. 3841 </para></listitem> 3842 <listitem><para> 3843 The algorithm is simple and quite nifty. 3821 3844 </para></listitem> 3822 3845 </itemizedlist>