Fixed up thingie, did not work correctly
This commit is contained in:
parent
5676bc91f5
commit
19b91fcd8d
1 changed files with 1 additions and 9 deletions
|
@ -190,7 +190,7 @@ net-misc/networkmanager dhcpcd -wext -modemmanager -ppp
|
||||||
net-dns/dnsmasq dnssec
|
net-dns/dnsmasq dnssec
|
||||||
```
|
```
|
||||||
|
|
||||||
Also make sure the `networkmanager` USE flag is enabled in your `make.conf`. Then emerge `networkmananger`:
|
Also make sure the `networkmanager` USE flag is enabled in your `make.conf`. Then emerge `networkmananger` and `dnsmasq`:
|
||||||
|
|
||||||
``` shell-session
|
``` shell-session
|
||||||
root@chroot:~# emerge -av net-misc/networkmanager net-dns/dnsmasq
|
root@chroot:~# emerge -av net-misc/networkmanager net-dns/dnsmasq
|
||||||
|
@ -215,14 +215,6 @@ ethernet.cloned-mac-address=random
|
||||||
wifi.cloned-mac-address=random
|
wifi.cloned-mac-address=random
|
||||||
```
|
```
|
||||||
|
|
||||||
``` title="/etc/dnsmasq.conf.resolv"
|
|
||||||
nameserver 9.9.9.9
|
|
||||||
```
|
|
||||||
|
|
||||||
``` title="/etc/NetworkManager/dnsmasq.d/resolv"
|
|
||||||
resolv-file=/etc/dnsmasq.conf.resolv
|
|
||||||
```
|
|
||||||
|
|
||||||
``` title="/etc/NetworkManager/dnsmasq.d/dnssec"
|
``` title="/etc/NetworkManager/dnsmasq.d/dnssec"
|
||||||
dnssec
|
dnssec
|
||||||
trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D
|
trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D
|
||||||
|
|
Loading…
Reference in a new issue