1*bf848614SLexi Winter/* 2*bf848614SLexi Winter * SPDX-License-Identifier: ISC 3*bf848614SLexi Winter * 4*bf848614SLexi Winter * Copyright (c) 2025 Lexi Winter <ivy@FreeBSD.org> 5*bf848614SLexi Winter * 6*bf848614SLexi Winter * Permission to use, copy, modify, and distribute this software for any 7*bf848614SLexi Winter * purpose with or without fee is hereby granted, provided that the above 8*bf848614SLexi Winter * copyright notice and this permission notice appear in all copies. 9*bf848614SLexi Winter * 10*bf848614SLexi Winter * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11*bf848614SLexi Winter * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12*bf848614SLexi Winter * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13*bf848614SLexi Winter * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14*bf848614SLexi Winter * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15*bf848614SLexi Winter * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16*bf848614SLexi Winter * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17*bf848614SLexi Winter */ 18*bf848614SLexi Winter 19*bf848614SLexi Wintercomment = "NLnet Labs Unbound DNS resolver" 20*bf848614SLexi Winter 21*bf848614SLexi Winterdesc = <<EOD 22*bf848614SLexi WinterUnbound is a caching, DNSSEC-validating DNS resolver developed by NLnet Labs. 23*bf848614SLexi WinterThis version of Unbound, called local-unbound, is intended to service DNS 24*bf848614SLexi Winterrequests from services running on the local system, and is typically started 25*bf848614SLexi Wintervia the local_unbound rc(8) service. 26*bf848614SLexi Winter 27*bf848614SLexi WinterA full-featured version of Unbound is available in the FreeBSD Ports Collection 28*bf848614SLexi Winteras "dns/unbound". 29*bf848614SLexi WinterEOD 30*bf848614SLexi Winter 31*bf848614SLexi Winterlicenses = [ BSD4CLAUSE ] 32*bf848614SLexi Winter 33*bf848614SLexi Winterannotations { 34*bf848614SLexi Winter set = "optional,optional-jail" 35*bf848614SLexi Winter} 36