sudo su wget http://giga-proxy.googlecode.com/files/ldns-1.6.12.tar.gz wget http://giga-proxy.googlecode.com/files/libevent-2.0.18-stable.tar.gz wget http://giga-proxy.googlecode.com/files/unbound-latest.tar.gz apt-get install libldns-dev apt-get install libexpat1-dev apt-get install libssl-dev tar -xzf ldns-1.6.12.tar.gz tar -xzf libevent-2.0.18-stable.tar.gz tar -xzf unbound-latest.tar.gz Installasi ldns-1.6.12 cd ldns-1.6.12 ./configure --disable-gost make && make install Installasi libevent-2.0.18-stable Ganti user dengan user anda (/home/user/libevent-2.0.18-stable) cd /home/user/libevent-2.0.18-stable ./configure make Installasi unbound-1.4.16 Ganti user dengan user anda (/home/user/unbound-1.4.16) cd /home/user/unbound-1.4.16 ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --with-conf-file=/etc/unbound/unbound.conf \ --with-libevent \ #--with-ldns \ #--with-ssl (optional, wenn OpenSSL Version make && make install Ganti user dengan user anda (/home/user/libevent-2.0.18-stable) ./configure \ --with-ldns=/usr/local/lib \ --with-libevent=/home/user/libevent-2.0.18-stable \ --with-conf-file=/etc/unbound/unbound.conf \ --with-pidfile=/etc/unbound/unbound.pid \ --with-run-dir=/etc/unbound \ --with-rootkey-file=/etc/unbound/root.key \ --with-rootcert-file=/etc/unbound/icannbundle.pem \ --disable-gost make && make install Finishing cd /etc/unbound wget ftp://FTP.INTERNIC.NET/domain/named.cache wget http://giga-proxy.googlecode.com/files/unbound.conf wget http://giga-proxy.googlecode.com/files/unbound.pid Edit dahulu file unbound.conf di /etc/unbound/unbound.conf nano /etc/unbound/unbound.conf Sesuaikan interface anda Sesuaikan control-interface anda /usr/local/sbin/unbound-control-setup groupadd unbound useradd -g unbound unbound chown unbound:unbound unbound_* chmod 777 unbound_* cd /etc/init.d wget http://giga-proxy.googlecode.com/files/unbound chmod +x /etc/init.d/unbound update-rc.d unbound defaults reboot