1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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>
This commit is contained in:
Baptiste Daroussin 2017-05-27 08:57:39 +00:00
parent 73e654a6f2
commit b6a5f76bf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441830
4 changed files with 45 additions and 0 deletions

View File

@ -40,6 +40,7 @@
SUBDIR += dnsdist
SUBDIR += dnsenum
SUBDIR += dnsflood
SUBDIR += dnsforwarder
SUBDIR += dnshistory
SUBDIR += dnsjava
SUBDIR += dnsmasq

28
dns/dnsforwarder/Makefile Normal file
View File

@ -0,0 +1,28 @@
# Created by: Jov <amutu@amutu.com`>
# $FreeBSD$
PORTNAME= dnsforwarder
PORTVERSION= 20170319
CATEGORIES= dns
MAINTAINER= amutu@amutu.com
COMMENT= Dnsforwarder is A simple DNS forwarder
LICENSE= GPLv3
LIB_DEPENDS= libcurl.so:ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= holmium
GH_TAGNAME= 441ef2081651020ac1bd42f91017dbdad044c7d8
USES= localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ccflags=no
PLIST_FILES= bin/dnsforwarder
MAKEFILE= makefile
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1495089374
SHA256 (holmium-dnsforwarder-20170319-441ef2081651020ac1bd42f91017dbdad044c7d8_GH0.tar.gz) = 96d117ac3bd8e55a7a803df991419bfb2b5798897acd4eb76858acea64d2f4ff
SIZE (holmium-dnsforwarder-20170319-441ef2081651020ac1bd42f91017dbdad044c7d8_GH0.tar.gz) = 335076

View File

@ -0,0 +1,13 @@
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