From 36ffa167ef0a117d2cbefea624544f5b2b1fd683 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 11 May 2020 18:43:45 -0700 Subject: [PATCH] Add start of features for how to change DNS settings --- source/A/tips_and_tricks.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/A/tips_and_tricks.rst b/source/A/tips_and_tricks.rst index 6ad4cdc8..8d439962 100644 --- a/source/A/tips_and_tricks.rst +++ b/source/A/tips_and_tricks.rst @@ -21,3 +21,11 @@ To add a boot option press the :kbd:`e` key and then type the boot parameter you If you want more openbox customization than the openbox settings can provide you can look at the openbox wiki `openbox wiki `_ . If you have multiple monitors and run either fullscreen games and video adding a second panel with the world clock plugin will help you tell what time it is. + +In Modern Lubuntu release DNS is managed by systemd-resolvedd. To find the configuration file you need to edit to change your dns settings you will need to edit /etc/systemd/resolved.conf. To apply your changes you will need to run + +.. code:: + + sudo systemctl restart systemd-resolved + +to get your changes actually applied.