Searched refs:ipset (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/unbound/doc/ |
| H A D | README.ipset.md | 1 ## Created a module to support the ipset that could add the domain's ip to a list easily. 6 At the final step, I need to install a dns service which would work with ipset well to launch the s… 7 I did some research for this. Unfortunately, Unbound, My favorite dns service doesn't support ipset… 12 local-zone: "facebook.com" ipset 13 local-zone: "twitter.com" ipset 14 local-zone: "instagram.com" ipset 17 ipset: 31 local-zone: "facebook.com" ipset 32 local-zone: "twitter.com" ipset 33 local-zone: "instagram.com" ipset [all …]
|
| H A D | example.conf.in | 862 # Add example.com into ipset 863 # local-zone: "example.com" ipset 1356 # Add specify domain into set via ipset. 1358 # o use --enable-ipset to configure before compiling; 1360 # ipset:
|
| H A D | Changelog | 819 - Fix #144: Port ipset to BSD pf tables. 1308 - Merge #955 from buevsan: fix ipset wrong behavior. 1309 - Update testdata/ipset.tdir test for ipset fix. 2125 - Merge PR #632 from scottrw93: Match cnames in ipset. 2127 to str once, accept trailing dot in the local-zone ipset option. 3193 - Remove x file mode on ipset/ipset.c and h files. 3678 - Add build rule for ipset to Makefile 3767 - Fix Makefile.in for ipset module compile, from Adi Prasaja. 3993 - ipset module #28: log that an address is added, when verbosity high. 3994 - ipset: refactor long routine into three smaller ones. [all …]
|
| H A D | unbound-control.rst | 153 ipset,
|
| /src/sbin/ipf/ippool/ |
| H A D | ippool.c | 131 int err = 0, c, ipset, role, type = IPLT_POOL, ttl = 0; in poolnodecommand() local 137 ipset = 0; in poolnodecommand() 151 ipset = 1; in poolnodecommand() 160 if (ipset == 1) { in poolnodecommand() 170 if (ipset == 1) { in poolnodecommand() 210 if (argv[optind] != NULL && ipset == 0) { in poolnodecommand() 212 ipset = 1; in poolnodecommand() 218 if (ipset == 0) { in poolnodecommand()
|
| /src/contrib/unbound/respip/ |
| H A D | respip.c | 808 int ATTR_UNUSED(tag), const struct respip_set* ATTR_UNUSED(ipset), in populate_action_info() argument 879 struct views* views, struct respip_set* ipset) in respip_rewrite_reply() argument 925 log_assert(ipset); in respip_rewrite_reply() 953 if(!raddr && (raddr = respip_addr_lookup(rep, ipset, in respip_rewrite_reply() 959 ipset->tagname, ipset->num_tags); in respip_rewrite_reply() 1019 ipset->tagname, ipset->num_tags, &redirect_rrset, in respip_rewrite_reply() 1051 redirect_rrset, tag, ipset, search_only, region, in respip_rewrite_reply()
|
| H A D | respip.h | 198 int* rpz_passthru, struct views* views, struct respip_set* ipset);
|
| /src/contrib/unbound/ |
| H A D | configure.ac | 2069 # check for ipset if requested 2070 AC_ARG_ENABLE(ipset, AS_HELP_STRING([--enable-ipset],[enable ipset module])) optenable 2073 AC_DEFINE([USE_IPSET], [1], [Define to 1 to use ipset support]) 2074 IPSET_SRC="ipset/ipset.c" 2076 IPSET_OBJ="ipset.lo"
|
| H A D | Makefile.in | 721 ipset.lo ipset.o: $(srcdir)/ipset/ipset.c 905 $(srcdir)/edns-subnet/edns-subnet.h $(srcdir)/ipset/ipset.h 1026 $(srcdir)/edns-subnet/edns-subnet.h $(srcdir)/ipset/ipset.h $(srcdir)/dnstap/dtstream.h 1330 ipset.lo ipset.o: $(srcdir)/ipset/ipset.c config.h $(srcdir)/ipset/ipset.h $(srcdir)/util/module.h \
|
| H A D | config.h.in | 1013 /* Define to 1 to use ipset support */
|
| H A D | configure | 1652 --enable-ipset enable ipset module
|
| /src/contrib/unbound/util/ |
| H A D | configlexer.lex | 593 ipset{COLON} { YDVAR(0, VAR_IPSET) }
|