Re: stub/forward-no-cache: patch

2018-08-09 Thread Wouter Wijngaards via Unbound-users
Hi Boerjn,

On 08/03/2018 12:21 AM, Bjoern A. Zeeb via Unbound-users wrote:
> Hi,
> 
> sometimes people run unbound as local resolver for a larger network, yet
> want more immediate changes for their own (internal) zone(s) (ignoring
> TTL) being visible trying to use stub/forward for this.   The easiest
> way to accomplish this is to prevent answers from going into the cache
> or using the cache to answer for those zones.
> 
> I’ve hacked up (with very limited testing) a patch to add a
> stub-no-cache:  and a forward-no-cache: .

Thank you for the patch!  I have incorporated that into the code.

Best regards, Wouter

> 
> If this is something more people than the ones I know are interested in,
> let me know,  and I can add the man page bits if needed (and submit it
> to bugzilla for proper tracking if you prefer).
> 
> Cheers,
> /bz



signature.asc
Description: OpenPGP digital signature


Re: stub/forward-no-cache: patch

2018-08-03 Thread Harry Schmalzbauer via Unbound-users

Am 03.08.2018 um 00:21 schrieb Bjoern A. Zeeb via Unbound-users:

Hi,

sometimes people run unbound as local resolver for a larger network, 
yet want more immediate changes for their own (internal) zone(s) 
(ignoring TTL) being visible trying to use stub/forward for this.   
The easiest way to accomplish this is to prevent answers from going 
into the cache or using the cache to answer for those zones.


I’ve hacked up (with very limited testing) a patch to add a 
stub-no-cache:  and a forward-no-cache: .


If this is something more people than the ones I know are interested 
in, let me know,  and I can add the man page bits if needed (and 
submit it to bugzilla for proper tracking if you prefer).


Hello Bjoern,

thanks a lot.
You described my main unbound usage.
Most scenarios where I need to avoid obsolete RRs are perfecltly covered 
with auth-zones:.

For the stub'n'forward zones I limited max TTL as far as I remember.
But I remember I wanted a stub-no-cache: once.  Can't remember the 
detailts, but I'm happy to know it's there now.
A short man page record would be nice, I wil have forgotten about it 
possibly already next time I'll touch any unbound.conf.


Are you aware of any stub-no-chache: advantage over auth-zone: in the 
mentioned usage scenario?
I mean if there is small zone data (<10k RRs), mid-latency links (<50ms) 
and isolated/secure transfer channels available?


Thanks,

-harry




Re: stub/forward-no-cache: patch

2018-08-02 Thread Bjoern A. Zeeb via Unbound-users

On 2 Aug 2018, at 23:09, publicarray via Unbound-users wrote:

Hi Sebastian,

Just wanted to make you aware of 
https://tools.ietf.org/html/draft-bellis-dnsop-xpf-04. I think 
implementing this is a better way to do this but congrats on finding 
your own fix.


this has nothing to do with what my patch does, sorry.

/bz


Re: stub/forward-no-cache: patch

2018-08-02 Thread publicarray via Unbound-users
Hi Bjoern,

Just wanted to make you aware of 
https://tools.ietf.org/html/draft-bellis-dnsop-xpf-04. I think implementing 
this is a better way to do this but congrats on finding your own fix.

Regards,
Sebastian


> On 3 Aug 2018, at 8:21 am, Bjoern A. Zeeb via Unbound-users 
>  wrote:
> 
> Hi,
> 
> sometimes people run unbound as local resolver for a larger network, yet want 
> more immediate changes for their own (internal) zone(s) (ignoring TTL) being 
> visible trying to use stub/forward for this.   The easiest way to accomplish 
> this is to prevent answers from going into the cache or using the cache to 
> answer for those zones.
> 
> I’ve hacked up (with very limited testing) a patch to add a stub-no-cache: 
>  and a forward-no-cache: .
> 
> If this is something more people than the ones I know are interested in, let 
> me know,  and I can add the man page bits if needed (and submit it to 
> bugzilla for proper tracking if you prefer).
> 
> Cheers,
> /bz