ioc32 / openhrc

Open Household Router Contraption
Other
13 stars 4 forks source link

Template unbound query logging #1

Closed ioc32 closed 9 years ago

ioc32 commented 9 years ago

Currently this PR sets dns.query_logging to true, as that's what we'll be using in our Household Router Contraptions.

However, setting it to false might be a more sensible default due to privacy or -unlikely- performance concerns.

At any rate, this can be changed ad-hoc via "unbound-control set_option log-queries: (yes|no)".

What do you think?

ioc32 commented 9 years ago

Forgot to notify @saghul ;-)

saghul commented 9 years ago

Maybe call it enable_querylogging? For consistency with other enable* flags?

ioc32 commented 9 years ago

ACK!

Now, enable_query_logging: true or false?