Skip to content

SourLemonJuice/slj-unbound-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SourLemonJuice Unbound docker image

This is a docker image of Unbound DNS server for dns.sourlemonjuice.net

Warning: Unusable now

Build flow

This image based on Alpine Linux base image, it's a tiny and simple choices.
It also won't build OpenSSL and other dependencies by itself, download from the distribution repository is more less prone to make mistakes.

Then build the Unbound self and copy the init script, that's all. The Unbound build prefix is /usr/local/.

QUIC support

I was to do that, but now it is trying in the main+quic branch.

Why can't it build... qwq

Usage

The docker compose example like this, nothing special:

name: unbound

services:
  unbound:
    image: sourlemonjuice/slj-unbound:latest
    restart: always
    ports:
     - 53:53/tcp
     - 53:53/udp
    volumes:
      - ./unbound.conf:/etc/unbound/unbound.conf:ro

DNSSEC anchor

When init script process, anchor will be updated, you can set to this file to use it:

auto-trust-anchor-file: "/usr/local/etc/unbound/root.key"

Tags

The tags named by: <unbound version>-<revision>[+quic]
Published on Docker Hub(sourlemonjuice/slj-unbound).

But don't expect the QUIC version yet.

About

An unoffical Unbound DNS server docker image created by SourLemonJuice. [unusable]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published