|
|
|
|
|
by letters90
366 days ago
|
|
It's simple to setup a resolver, really. Basically just "apt install unbound" and you have a resolver ready. the only thing you might have to adjust is the access control https://www.linuxbabe.com/ubuntu/set-up-unbound-dns-resolver... access-control: 10.0.0.0/8 allow
access-control: 127.0.0.1/24 allow
access-control: 2001:DB8::/64 allow
|
|