Skip to content

Instantly share code, notes, and snippets.

@mindnuts
Last active June 15, 2021 10:08
Show Gist options
  • Save mindnuts/036aae198305c6b827b8022b19300a9f to your computer and use it in GitHub Desktop.
Save mindnuts/036aae198305c6b827b8022b19300a9f to your computer and use it in GitHub Desktop.
generic dnsmasq config file
port=53
domain-needed
bogus-priv
strict-order
log-queries
server=/aws/10.0.0.2
address=/localvacancies.online/172.18.0.1
address=/localplugins.online/172.18.0.1
address=/localdevops.online/172.18.0.1
listen-address=127.0.0.1
bind-interfaces
# Set the cachesize here.
cache-size=1500
# If you want to disable negative caching, uncomment this.
no-negcache
local-ttl=50000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment