Searched refs:ipset (Results 1 – 12 of 12) sorted by relevance
| /freebsd/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 | 876 # Add example.com into ipset 877 # local-zone: "example.com" ipset 1400 # Add specify domain into set via ipset. 1402 # o use --enable-ipset to configure before compiling; 1404 # ipset:
|
| H A D | Changelog | 424 - Fix ipset module to use larger domain name buffers, and 490 - Fix ipset module for name too long checks, race conditions 1910 - Fix #144: Port ipset to BSD pf tables. 2399 - Merge #955 from buevsan: fix ipset wrong behavior. 2400 - Update testdata/ipset.tdir test for ipset fix. 3216 - Merge PR #632 from scottrw93: Match cnames in ipset. 3218 to str once, accept trailing dot in the local-zone ipset option. 4284 - Remove x file mode on ipset/ipset.c and h files. 4769 - Add build rule for ipset to Makefile 4858 - Fix Makefile.in for ipset module compile, from Adi Prasaja. [all …]
|
| H A D | unbound-control.rst | 153 ipset,
|
| /freebsd/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()
|
| /freebsd/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 932 log_assert(ipset); in respip_rewrite_reply() 960 if(!raddr && (raddr = respip_addr_lookup(rep, ipset, in respip_rewrite_reply() 966 ipset->tagname, ipset->num_tags); in respip_rewrite_reply() 1029 ipset->tagname, ipset->num_tags, &redirect_rrset, in respip_rewrite_reply() 1061 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);
|
| /freebsd/contrib/unbound/ |
| H A D | configure.ac | 2185 # check for ipset if requested 2186 AC_ARG_ENABLE(ipset, AS_HELP_STRING([--enable-ipset],[enable ipset module])) optenable 2189 AC_DEFINE([USE_IPSET], [1], [Define to 1 to use ipset support]) 2190 IPSET_SRC="ipset/ipset.c" 2192 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 | 1069 /* Define to 1 to use ipset support */
|
| H A D | configure | 1652 --enable-ipset enable ipset module
|
| /freebsd/contrib/unbound/util/ |
| H A D | configlexer.lex | 594 ipset{COLON} { YDVAR(0, VAR_IPSET) }
|