]> git.ipfire.org Git - people/ms/dnsmasq.git/commit - src/dnsmasq.h
Add --dns-loop-detect feature.
authorSimon Kelley <simon@thekelleys.org.uk>
Tue, 29 Jul 2014 15:34:14 +0000 (16:34 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Tue, 29 Jul 2014 15:34:14 +0000 (16:34 +0100)
commitb5ea1cc2550226a3c19d169acf5d84d8b3a132fb
tree0787a9e37cbcf2c52c4e7cd5b4026401fd34be99
parent6d8e8ac0fa82c9cb771a3b54275589bc197e777a
Add --dns-loop-detect feature.
12 files changed:
CHANGELOG
Makefile
bld/Android.mk
man/dnsmasq.8
src/config.h
src/dnsmasq.c
src/dnsmasq.h
src/forward.c
src/loop.c [new file with mode: 0644]
src/network.c
src/option.c
src/util.c