summaryrefslogtreecommitdiffstats
path: root/src/dnsmasq.h
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2012-12-11 12:42:32 -0800
committerRobert Greenwalt <rgreenwalt@google.com>2012-12-14 16:27:51 -0800
commit41cd7ed80eb5e97ef9893633d05f0877da7d6d0c (patch)
treec4be728e422e1aebc5d339b63d9f67bb21afa6b8 /src/dnsmasq.h
parent758fb6cde3ee6ab53aa6b4b07a2acc2bde0b6c5d (diff)
downloadandroid_external_dnsmasq-41cd7ed80eb5e97ef9893633d05f0877da7d6d0c.tar.gz
android_external_dnsmasq-41cd7ed80eb5e97ef9893633d05f0877da7d6d0c.tar.bz2
android_external_dnsmasq-41cd7ed80eb5e97ef9893633d05f0877da7d6d0c.zip
Only listen on the given interfaces.
Stop being a public dns forwarder on our external interfaces. bug:7530468 Change-Id: Ic94cd66e66371de4fcc54f53b9f267f6611804b8
Diffstat (limited to 'src/dnsmasq.h')
-rwxr-xr-xsrc/dnsmasq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
index e2dedc6..c4fda28 100755
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
@@ -781,6 +781,7 @@ void pre_allocate_sfds(void);
int reload_servers(char *fname);
#ifdef __ANDROID__
int set_servers(const char *servers);
+void set_interfaces(const char *interfaces);
#endif
void check_servers(void);
int enumerate_interfaces();