diff --git a/Ext-DNS.startup b/Ext-DNS.startup new file mode 100755 index 0000000..e69de29 diff --git a/Ext-DNS/etc/dnsmasq.conf b/Ext-DNS/etc/dnsmasq.conf new file mode 100755 index 0000000..ba550eb --- /dev/null +++ b/Ext-DNS/etc/dnsmasq.conf @@ -0,0 +1,10 @@ +interface=eth0 +domain-needed +bogus-priv +no-resolv +no-poll +address=/doubleclick.net/127.0.0.1 +no-hosts +addn-hosts=/etc/dnsmasq_static_hosts.conf +expand-hosts +domain=example.com diff --git a/Ext-DNS/etc/dnsmasq_static_hosts.conf b/Ext-DNS/etc/dnsmasq_static_hosts.conf new file mode 100755 index 0000000..830d413 --- /dev/null +++ b/Ext-DNS/etc/dnsmasq_static_hosts.conf @@ -0,0 +1,2 @@ +201.224.19.7 this.test.com +201.224.19.7 faceybooky.com diff --git a/Ext-DNS/etc/resolvconf/resolv.conf.d/base b/Ext-DNS/etc/resolvconf/resolv.conf.d/base new file mode 100755 index 0000000..caa02b9 --- /dev/null +++ b/Ext-DNS/etc/resolvconf/resolv.conf.d/base @@ -0,0 +1,2 @@ +# hosts external to fido +nameserver 8.8.8.8