mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-26 01:53:42 +01:00
8 lines
146 B
Go
8 lines
146 B
Go
|
//go:build !android
|
||
|
|
||
|
package dns
|
||
|
|
||
|
func (s *DefaultServer) initialize() (manager hostManager, err error) {
|
||
|
return newHostManager(s.wgInterface)
|
||
|
}
|