Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
apt-get update
apt-get install bind9
cat <<EOF > /etc/bind/named.conf.options
options {
directory "/var/cache/bind";
forwarders {
8.8.8.8;
8.8.4.4;
@Sinewyk
Sinewyk / introrx.md
Created January 24, 2016 17:45 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing