mirror of
https://github.com/fosrl/olm.git
synced 2026-02-27 07:16:49 +00:00
@@ -92,10 +92,7 @@ func (d DNSManagerType) String() string {
|
||||
// to determine the best DNS configurator to use
|
||||
func DetectDNSManager(interfaceName string) DNSManagerType {
|
||||
// First check what the file suggests
|
||||
// fileHint := DetectDNSManagerFromFile()
|
||||
|
||||
// TODO: Remove hardcode
|
||||
fileHint := NetworkManagerManager
|
||||
fileHint := DetectDNSManagerFromFile()
|
||||
|
||||
// Verify the hint with runtime checks
|
||||
switch fileHint {
|
||||
|
||||
Reference in New Issue
Block a user