en:server:services:unbound

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:server:services:unbound [2023/01/23 21:34] – [DNSCrypt proxy] changed dnscrypt listen port danen:server:services:unbound [2024/05/11 22:04] (current) – deleted sudo to be consistent with other tutorials dan
Line 1: Line 1:
 ====== Unbound ====== ====== Unbound ======
  
-Unbound is a validating, recursive, and caching DNS resolver product from NLnet Labs. It is distributed free of charge in open-source form under the BSD license. +[[https://nlnetlabs.nl/projects/unbound/about/|Unbound]] is a validating, recursive, and caching DNS resolver product from [[https://nlnetlabs.nl|NLnet Labs]]. It is distributed free of charge in open-source form under the BSD license. 
  
 ===== Package ===== ===== Package =====
  
 <code> <code>
-sudo pacman -S unbound expat+pacman -S unbound expat
 </code> </code>
  
Line 12: Line 12:
  
 <code> <code>
-sudo nano /etc/unbound/unbound.conf+nano /etc/unbound/unbound.conf
 </code> </code>
 <code> <code>
Line 76: Line 76:
  
 <code> <code>
-sudo nano /etc/systemd/system/roothints.service+nano /etc/systemd/system/roothints.service
 </code> </code>
 +
 <code> <code>
 [Unit] [Unit]
Line 88: Line 89:
  
 <code> <code>
-sudo nano /etc/systemd/system/roothints.timer+nano /etc/systemd/system/roothints.timer
 </code> </code>
 +
 <code> <code>
 [Unit] [Unit]
Line 105: Line 107:
  
 <code> <code>
-sudo systemctl enable --now unbound.service roothints.timer+systemctl enable --now unbound.service roothints.timer
 </code> </code>
  
Line 111: Line 113:
  
 <code> <code>
-sudo nano /etc/NetworkManager/conf.d/dns-servers.conf+nano /etc/NetworkManager/conf.d/dns-servers.conf
 </code> </code>
 +
 <code> <code>
 [global-dns-domain-*] [global-dns-domain-*]
Line 118: Line 121:
 </code> </code>
 <code> <code>
-sudo systemctl restart NetworkManager.service+systemctl restart NetworkManager.service
 </code> </code>
  
  • en/server/services/unbound.1674509661.txt.gz
  • Last modified: 2023/01/23 21:34
  • by dan