You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.2 KiB
46 lines
1.2 KiB
4 years ago
|
Source-Makefile: feeds/packages/net/dnsdist/Makefile
|
||
|
Build-Depends: protobuf/host
|
||
|
|
||
|
Package: dnsdist
|
||
|
Submenu: IP Addresses and Names
|
||
|
Version: 1.3.3-4
|
||
|
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +DNSDIST_OPENSSL:libopenssl +DNSDIST_GNUTLS:libgnutls +protobuf +re2 +libedit +libfstrm +libsodium +lua +boost +libnetsnmp +libatomic
|
||
|
Conflicts:
|
||
|
Menu-Depends:
|
||
|
Provides:
|
||
|
Section: net
|
||
|
Category: Network
|
||
|
Repository: base
|
||
|
Title: dnsdist DNS-, DOS- and abuse-aware loadbalancer
|
||
|
Maintainer: James Taylor <james@jtaylor.id.au>
|
||
|
Source: dnsdist-1.3.3.tar.bz2
|
||
|
License: GPL-2.0-only
|
||
|
LicenseFiles: COPYING
|
||
|
Type: ipkg
|
||
|
Description: dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life
|
||
|
is to route traffic to the best server, delivering top performance to legitimate
|
||
|
users while shunting or blocking abusive traffic.
|
||
|
https://dnsdist.org/
|
||
|
James Taylor <james@jtaylor.id.au>
|
||
|
@@
|
||
|
Config:
|
||
|
comment "SSL support"
|
||
|
|
||
|
choice
|
||
|
prompt "Selected SSL library"
|
||
|
default DNSDIST_OPENSSSL
|
||
|
|
||
|
config DNSDIST_OPENSSL
|
||
|
bool "OpenSSL"
|
||
|
|
||
|
config DNSDIST_GNUTLS
|
||
|
bool "GnuTLS"
|
||
|
|
||
|
config DNSDIST_NOSSL
|
||
|
bool "No SSL support"
|
||
|
|
||
|
endchoice
|
||
|
@@
|
||
|
|
||
|
|