summaryrefslogtreecommitdiff
path: root/dns/dnsproxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Add dnsproxy-1.13, a proxy for DNS queries.Clement Laforet2004-01-144-0/+32
The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to two previously configured nameservers: one for authoritative queries and another for recursive queries. The received answers are sent back to the client unchanged. No local caching is done. Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98150