diff --git a/RHEL-9.sh b/RHEL-9.sh index 9612daf..339e6b0 100644 --- a/RHEL-9.sh +++ b/RHEL-9.sh @@ -217,4 +217,9 @@ sudo systemctl restart NetworkManager # Setup notices unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue | sudo tee /etc/issue -unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue | sudo tee /etc/issue.net \ No newline at end of file +unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue | sudo tee /etc/issue.net + +# Final notes to the user +output 'Server setup complete. To use unbound for DNS, you need to run the following commands:' +output 'nmcli con mod ipv4.dns 127.0.0.1' +output 'nmcli con mod ipv6.dns ::1' \ No newline at end of file