From 3d99f030820877eb84835fb1be66a7db3f5b0c68 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 11 Aug 2010 00:05:34 +0000 Subject: uhttpd: add option to reject requests from RFC1918 IPs to public server IPs (DNS rebinding countermeasure) SVN-Revision: 22589 --- package/uhttpd/src/uhttpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'package/uhttpd/src/uhttpd.h') diff --git a/package/uhttpd/src/uhttpd.h b/package/uhttpd/src/uhttpd.h index c8fdaf4846..fd2176ebdd 100644 --- a/package/uhttpd/src/uhttpd.h +++ b/package/uhttpd/src/uhttpd.h @@ -69,6 +69,7 @@ struct config { int no_symlinks; int no_dirlists; int network_timeout; + int rfc1918_filter; #ifdef HAVE_CGI char *cgi_prefix; #endif -- cgit v1.2.3