File: nameserver_windows.go

package info (click to toggle)
golang-github-xenolf-lego 4.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,080 kB
  • sloc: xml: 533; makefile: 128; sh: 18
file content (8 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
//go:build windows

package dns01

import "time"

// dnsTimeout is used to override the default DNS timeout of 20 seconds.
var dnsTimeout = 20 * time.Second