Improve system resolver paths for linux
This commit is contained in:
@@ -73,8 +73,10 @@ func (p *Process) GetProfile(ctx context.Context) (changed bool, err error) {
|
|||||||
"/usr/lib/systemd/systemd-resolved",
|
"/usr/lib/systemd/systemd-resolved",
|
||||||
"/lib64/systemd/systemd-resolved",
|
"/lib64/systemd/systemd-resolved",
|
||||||
"/usr/lib64/systemd/systemd-resolved",
|
"/usr/lib64/systemd/systemd-resolved",
|
||||||
|
"/usr/bin/nscd",
|
||||||
"/usr/sbin/nscd",
|
"/usr/sbin/nscd",
|
||||||
"/usr/local/sbin/nscd":
|
"/usr/bin/dnsmasq",
|
||||||
|
"/usr/sbin/dnsmasq":
|
||||||
profileID = profile.SystemResolverProfileID
|
profileID = profile.SystemResolverProfileID
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user