mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-03 05:24:56 +01:00
6 lines
113 B
Go
6 lines
113 B
Go
package dns
|
|
|
|
func (s *DefaultServer) initialize() (hostManager, error) {
|
|
return newHostManager(s.wgInterface)
|
|
}
|