You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
502 B
24 lines
502 B
## |
|
## dnsmasq.conf -- dnsmasq(8) configuration |
|
## |
|
|
|
# daemon configuration |
|
user=@l_rusr@ |
|
group=@l_rgrp@ |
|
log-facility=@l_prefix@/var/dnsmasq/log/dnsmasq.log |
|
|
|
# standard configuration |
|
local-service |
|
no-poll |
|
no-resolv |
|
|
|
# - listen on 127.0.0.1:53 |
|
# - delegate "*.consul" queries to DNS server at 127.0.0.1:8600 |
|
# - delegate other queries to DNS server at 10.0.0.1:53 |
|
listen-address=127.0.0.1 |
|
port=53 |
|
no-resolv |
|
rev-server=10.0.0.0/8,127.0.0.1#8600 |
|
server=/consul/127.0.0.1#8600 |
|
server=10.0.0.1#53 |
|
|
|
|