Skip to content

Instantly share code, notes, and snippets.

View adityadarma's full-sized avatar

Aditya Darma adityadarma

  • Bali, Indonesia
View GitHub Profile
@lookingcloudy
lookingcloudy / readme
Created December 1, 2014 01:57
Setup internal DNS server using DNSMasq on OMV server
# This is for a home network
# My OMV server is: 10.0.0.99
# I kept DHCP running on my router for simplicity
# Install dnsmasq
apt-get install dnsmasq
# Edit the configuration file
nano /etc/dnsmasq.conf