Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thiago-scherrer
Last active May 26, 2021 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiago-scherrer/d19eb7e1efc403854d13505656996d37 to your computer and use it in GitHub Desktop.
Save thiago-scherrer/d19eb7e1efc403854d13505656996d37 to your computer and use it in GitHub Desktop.
Setup unbound on raspberry PI

Install deps

sudo apt update && sudo apt install libssl-dev

Clone

git clone https://github.com/NLnetLabs/unbound.git

Gen make file

cd unbound
./configure

Run make

make 

Run make install

sudo make install

Add unbound user

sudo adduser unbound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment