mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
14 lines
368 B
Markdown
14 lines
368 B
Markdown
|
Place in `/etc/NetworkManager/dnsmasq.d/lokinet.conf`.
|
||
|
|
||
|
To make use of this, first install dnsmasq.
|
||
|
|
||
|
Then enable NetworkManager dnsmasq backend by editing `/etc/NetworkManager/NetworkManager.conf` to something like:
|
||
|
```
|
||
|
[main]
|
||
|
dns=dnsmasq
|
||
|
```
|
||
|
If NetworkManager is currently running, restart it for changes to take effect:
|
||
|
```
|
||
|
sudo systemctl restart NetworkManager
|
||
|
```
|