mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
b6a5f76bf7
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>
29 lines
475 B
Makefile
29 lines
475 B
Makefile
# 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>
|