NetworkManager auto-starts its own dnsmasq when creating a hotspot, which conflicts with our DNS-hijacking dnsmasq on the same interface. Now kill ALL dnsmasq instances before starting ours. Made-with: Cursor
6 lines
251 B
Plaintext
6 lines
251 B
Plaintext
fix: kill NetworkManager's dnsmasq before starting our own
|
|
|
|
NetworkManager auto-starts its own dnsmasq when creating a hotspot,
|
|
which conflicts with our DNS-hijacking dnsmasq on the same interface.
|
|
Now kill ALL dnsmasq instances before starting ours.
|