# nameserver

In my LAN I want to make use of the DNS of my OPNsense router, there for I change the setup of ubuntu to use if via the following configuration.
```bash
systemctl stop systemd-resolved 
```
```bash
systemctl disable systemd-resolved 
```
```bash
vim /etc/resolv.conf
```
```bash
search home 
nameserver 10.7.10.254
```