Skip to content

Instantly share code, notes, and snippets.

@ironicbadger
Last active February 1, 2021 09:57
Show Gist options
  • Select an option

  • Save ironicbadger/aacce7fa48ef6c2d8d75f5beb59befdc to your computer and use it in GitHub Desktop.

Select an option

Save ironicbadger/aacce7fa48ef6c2d8d75f5beb59befdc to your computer and use it in GitHub Desktop.
example dnsmasq config
$ cat /etc/dnsmasq.conf
no-resolv
server=/eu-west-1.compute.internal/10.0.24.2
server=/example.local/10.160.16.10
server=10.0.24.2
server=/example.local/10.10.16.10
server=/140.10.in-addr.arpa/10.0.24.2
server=/82.10.in-addr.arpa/10.0.24.2
address=/.apps-build.euw1.aws.example.local/10.0.25.100
address=/master-ocp-build.euw1.aws.example.local/10.0.25.100
address=/cforms-build.euw1.aws.example.local/10.0.24.71
address=/exampleapp.euw1.aws.example.local/10.0.24.135
cache-size=5000
local-ttl=60
conf-dir=/etc/dnsmasq.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment