Skip to content

unbound.net

Unbound is a validating, recursive, and caching DNS resolver.

Package Information

  • Domain: unbound.net
  • Name: unbound.net
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +unbound.net -- $SHELL -i

Programs

This package provides the following executable programs:

  • unbound
  • unbound-anchor
  • unbound-checkconf
  • unbound-control
  • unbound-control-setup
  • unbound-host

Aliases

This package can also be accessed using these aliases:

  • unbound

Available Versions

Show all 11 versions
  • 1.23.0, 1.22.0, 1.21.1, 1.21.0, 1.20.0
  • 1.19.3, 1.19.2, 1.19.1, 1.19.0, 1.18.0
  • 1.17.1

Latest Version: 1.23.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +unbound.net@1.23.0 -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.unboundnet

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.