Re: [go-nuts] No DNS TTL information in net.LookupSRV()

2023-05-28 Thread TheDiveO
would https://pkg.go.dev/github.com/miekg/dns be an option instead of the std lib? On Friday, May 26, 2023 at 9:45:37 PM UTC+2 Varun Ahluwalia wrote: > Is there a TTL support in GoLang DNS, or if it was implemented in a later > release, please suggest. > Thanks, > > On Saturday, October 8, 2016

Re: [go-nuts] No DNS TTL information in net.LookupSRV()

2023-05-26 Thread Varun Ahluwalia
Is there a TTL support in GoLang DNS, or if it was implemented in a later release, please suggest. Thanks, On Saturday, October 8, 2016 at 9:45:17 AM UTC-4 sandro@gmail.com wrote: > > > Il giorno mercoledì 13 aprile 2016 22:45:48 UTC+2, Ian Lance Taylor ha > scritto: >> >> On Wed, Apr 13, 2

Re: [go-nuts] No DNS TTL information in net.LookupSRV()

2016-10-08 Thread sandro . santilli
Il giorno mercoledì 13 aprile 2016 22:45:48 UTC+2, Ian Lance Taylor ha scritto: > > On Wed, Apr 13, 2016 at 12:31 PM, fyodor > wrote: > > Is there a way to obtain TTL information from through the DNS lookup > methods > > in the net package? > > Not at present. > > > I'm implementing a comp