Re: How to avoid to listen on specific interfaces

2018-09-06 Thread He Zhe
1 and the second part tells > bind to listen on any other address. > Having the Listen-on statement removes the default listen for all addresses. > > > On 06/09/2018 15.24, He Zhe wrote: >> On 2018年09月06日 21:06, Sten Carlsen wrote: >>> On 06/09/2018 14.33, He Zhe w

Re: How to avoid to listen on specific interfaces

2018-09-06 Thread He Zhe
On 2018年09月06日 21:06, Sten Carlsen wrote: > > > On 06/09/2018 14.33, He Zhe wrote: >> On 2018年09月06日 20:26, Sten Carlsen wrote: >>> On 06/09/2018 12.36, He Zhe wrote: >>>> Hi, >>>> >>>> How can I config to let named NOT listen on sp

Re: How to avoid to listen on specific interfaces

2018-09-06 Thread He Zhe
On 2018年09月06日 20:26, Sten Carlsen wrote: > > > On 06/09/2018 12.36, He Zhe wrote: >> Hi, >> >> How can I config to let named NOT listen on specific interfaces? Any >> negation config in options like below? Currently it listens on all >> interfaces an

How to avoid to listen on specific interfaces

2018-09-06 Thread He Zhe
Hi, How can I config to let named NOT listen on specific interfaces? Any negation config in options like below? Currently it listens on all interfaces and compete with other DNS daemons in the same system. options { listen-on { ! 10.0.1.1; }; }; Thanks, Zhe