1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-04 01:41:17 +01:00
netbird/client/internal/dns/server_windows.go

6 lines
113 B
Go

package dns
func (s *DefaultServer) initialize() (hostManager, error) {
return newHostManager(s.wgInterface)
}