mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-28 19:13:31 +01:00
7 lines
206 B
Go
7 lines
206 B
Go
|
// Package dns implement dns types and standard methods and functions
|
||
|
// to parse and normalize dns records and configuration
|
||
|
package dns
|
||
|
|
||
|
// DefaultDNSPort well-known port number
|
||
|
const DefaultDNSPort = 53
|