Detect unix; network manager not working

Former-commit-id: 8774412091
This commit is contained in:
Owen
2025-11-25 15:44:16 -05:00
parent 50525aaf8d
commit 53c1fa117a
4 changed files with 40 additions and 16 deletions

View File

@@ -92,7 +92,10 @@ 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()
// fileHint := DetectDNSManagerFromFile()
// TODO: Remove hardcode
fileHint := NetworkManagerManager
// Verify the hint with runtime checks
switch fileHint {