Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iArcanic committed Jul 14, 2023
1 parent 7198950 commit 8f97709
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Empty file added Ext-DNS.startup
Empty file.
10 changes: 10 additions & 0 deletions Ext-DNS/etc/dnsmasq.conf
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions Ext-DNS/etc/dnsmasq_static_hosts.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
201.224.19.7 this.test.com
201.224.19.7 faceybooky.com
2 changes: 2 additions & 0 deletions Ext-DNS/etc/resolvconf/resolv.conf.d/base
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# hosts external to fido
nameserver 8.8.8.8

0 comments on commit 8f97709

Please sign in to comment.