mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Add notes for unbound on RHEL
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
09cd7639ad
commit
3cd2cf7215
@ -217,4 +217,9 @@ sudo systemctl restart NetworkManager
|
|||||||
|
|
||||||
# Setup notices
|
# 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
|
||||||
unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue | sudo tee /etc/issue.net
|
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 <interface name> ipv4.dns 127.0.0.1'
|
||||||
|
output 'nmcli con mod <interface name> ipv6.dns ::1'
|
Loading…
Reference in New Issue
Block a user