29 lines
440 B
Markdown
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/
|
|
|