diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-27 08:57:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-27 08:57:39 +0000 |
commit | b6a5f76bf78de1e0f8447fd9331d02411aa7db18 (patch) | |
tree | 1b9d21850534084b10c4a8c21ef18e88443856f6 /dns/Makefile | |
parent | 73e654a6f2a03da6ac68a1daec07700b7b23a622 (diff) | |
download | ports-b6a5f76bf78de1e0f8447fd9331d02411aa7db18.tar.gz ports-b6a5f76bf78de1e0f8447fd9331d02411aa7db18.zip |
Dnsforwarder is A simple DNS forwarder.Main fetures:
1.Forwarding queries to customized domains (and their subdomains) to
specified servers over a specified protocol (UDP or TCP).non-standard
ports are supported;
2.DNS cache and its controls(including modifying TTL for different domains);
3.Ignoring DNS responses from upstream servers containing particular IPs;
4.Loading hosts from file (including the support for wildcards, CName
redirections and remote hosts files);
5.Refusing queries to specified domains (for ads blocking);
6.Cross-platform (Windows, Linux);
WWW: https://github.com/holmium/dnsforwarder
PR: 219370
Submitted by: Jov <amutu@amutu.com>
Notes
Notes:
svn path=/head/; revision=441830
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 164e2f3e4cd1..da0d2e509c7a 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -40,6 +40,7 @@ SUBDIR += dnsdist SUBDIR += dnsenum SUBDIR += dnsflood + SUBDIR += dnsforwarder SUBDIR += dnshistory SUBDIR += dnsjava SUBDIR += dnsmasq |