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

29 lines
440 B
Markdown

---
layout: post
title: "Setup and Use Dynamic DNS"
categories:
- Personal
tags:
- English
last_modified_at:
excerpt_separator: <!-- 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/