M
M
Maxim Pritchin2018-10-24 11:46:11
Domain Name System
Maxim Pritchin, 2018-10-24 11:46:11

How to disable bind9 for all dns zones except mine?

The task is this, I have a local dns server that should not go beyond the zone, i.e. it should forward all requests to the Google server 8.8.8.8

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan Fedoseev, 2018-10-24
@pritchin_maxim1

options {
...
forward-only;
forwarders { 8.8.8.8; };
...
}
something like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question