Debian: Konfigurasi Debian 10 bind9: Difference between revisions
Created page with "Install BIND9 on Debian Update repository<syntaxhighlight lang="bash"> sudo apt update </syntaxhighlight>Install package bind9<syntaxhighlight lang="bash"> sudo apt install bind9 bind9utils bind9-doc bind9-host dnsutils </syntaxhighlight> Lihat status bind9 systemctl status bind9 Keterangan jika sudah berjalan ● bind9.service - BIND Domain Name Server Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor preset: en Active: active (running) sinc..." |
No edit summary |
||
| Line 1: | Line 1: | ||
Install BIND9 on Debian | Install BIND9 on Debian | ||
Update repository | Update repository | ||
sudo apt update | sudo apt update | ||
Install package bind9 | |||
sudo apt install bind9 bind9utils bind9-doc bind9-host dnsutils | sudo apt install bind9 bind9utils bind9-doc bind9-host dnsutils | ||
Lihat status bind9 | Lihat status bind9 | ||