Re: [Pdns-users] Short Name Resolution

2023-11-30 Thread Brian Candler via Pdns-users
On 29/11/2023 21:32, t...@garayfam.com wrote: So, create my local domain (something.lan) and put all my entries in that then configure the clients to use something.lan as the default search domain? Yes, that's the way. However it would be better to use a subdomain of a real domain that you

Re: [Pdns-users] Short Name Resolution

2023-11-29 Thread Tim Garay via Pdns-users
: Re: [Pdns-users] Short Name Resolution On 29/11/2023 20:27, Tim Garay via Pdns-users wrote: How can I setup PDNS to resolve short names? I would like to be able to resolve something like “testserver” to 192.168.1.1. No domain. Generally this is the job of the stub resolver on the

Re: [Pdns-users] Short Name Resolution

2023-11-29 Thread Brian Candler via Pdns-users
On 29/11/2023 20:27, Tim Garay via Pdns-users wrote: How can I setup PDNS to resolve short names? I would like to be able to resolve something like “testserver” to 192.168.1.1.  No domain. Generally this is the job of the stub resolver on the client, to expand "testserver" to "testserver.so

[Pdns-users] Short Name Resolution

2023-11-29 Thread Tim Garay via Pdns-users
How can I setup PDNS to resolve short names? I would like to be able to resolve something like "testserver" to 192.168.1.1. No domain. Right now, I have it import the local /etc/hosts file and that lets me resolve all the short names in that. Is there a way to configure PDNS so that I