mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
Improve system resolver paths for linux
This commit is contained in:
parent
9185bf5bac
commit
07c727c643
1 changed files with 3 additions and 1 deletions
|
@ -73,8 +73,10 @@ func (p *Process) GetProfile(ctx context.Context) (changed bool, err error) {
|
|||
"/usr/lib/systemd/systemd-resolved",
|
||||
"/lib64/systemd/systemd-resolved",
|
||||
"/usr/lib64/systemd/systemd-resolved",
|
||||
"/usr/bin/nscd",
|
||||
"/usr/sbin/nscd",
|
||||
"/usr/local/sbin/nscd":
|
||||
"/usr/bin/dnsmasq",
|
||||
"/usr/sbin/dnsmasq":
|
||||
profileID = profile.SystemResolverProfileID
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue