Files
felixfoertsch.de/Content/Archive/220123-ff.de v10 felixfoertsch.github.io/_drafts/2020-08-16-DYNDNS.md
T

440 B

layout, title, categories, tags, last_modified_at, excerpt_separator
layout title categories tags last_modified_at excerpt_separator
post Setup and Use Dynamic DNS
Personal
English
<!-- more -->

Clone unbound via https https://github.com/NLnetLabs/unbound

install bind: download version without libuv (9.11.21)

download source $ sh autogen.sh $ ./configure --with-openssl --enable-threads --prefix=$HOME $ make $ make check $ make install

named should be installed in ~/sbin/