440 B
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 |
|
|
<!-- 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/