contrib: NetworkManager dnsmasq config (#1335)

This commit is contained in:
cathugger 2020-09-04 18:58:11 +00:00 committed by GitHub
parent 412821ed77
commit 838d28c6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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
```

View File

@ -0,0 +1 @@
server=/loki/snode/127.3.2.1