Searched refs:ipset (Results 1 – 10 of 10) 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 | 849 # Add example.com into ipset 850 # local-zone: "example.com" ipset 1322 # Add specify domain into set via ipset. 1324 # o use --enable-ipset to configure before compiling; 1326 # ipset:
|
H A D | Changelog | 287 - Fix #144: Port ipset to BSD pf tables. 776 - Merge #955 from buevsan: fix ipset wrong behavior. 777 - Update testdata/ipset.tdir test for ipset fix. 1593 - Merge PR #632 from scottrw93: Match cnames in ipset. 1595 to str once, accept trailing dot in the local-zone ipset option. 2661 - Remove x file mode on ipset/ipset.c and h files. 3146 - Add build rule for ipset to Makefile 3235 - Fix Makefile.in for ipset module compile, from Adi Prasaja. 3461 - ipset module #28: log that an address is added, when verbosity high. 3462 - ipset: refactor long routine into three smaller ones. [all …]
|
/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 | 800 int ATTR_UNUSED(tag), const struct respip_set* ATTR_UNUSED(ipset), in populate_action_info() argument 879 struct respip_set* ipset = NULL; in respip_rewrite_reply() local 903 ipset = cinfo->respip_set; in respip_rewrite_reply() 905 log_assert(ipset); in respip_rewrite_reply() 934 if(!raddr && (raddr = respip_addr_lookup(rep, ipset, in respip_rewrite_reply() 940 ipset->tagname, ipset->num_tags); in respip_rewrite_reply() 1000 ipset->tagname, ipset->num_tags, &redirect_rrset, in respip_rewrite_reply() 1032 redirect_rrset, tag, ipset, search_only, region, in respip_rewrite_reply()
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 2031 # check for ipset if requested 2032 AC_ARG_ENABLE(ipset, AS_HELP_STRING([--enable-ipset],[enable ipset module])) optenable 2035 AC_DEFINE([USE_IPSET], [1], [Define to 1 to use ipset support]) 2036 IPSET_SRC="ipset/ipset.c" 2038 IPSET_OBJ="ipset.lo"
|
H A D | Makefile.in | 712 ipset.lo ipset.o: $(srcdir)/ipset/ipset.c
|
H A D | config.h.in | 1000 /* Define to 1 to use ipset support */
|
H A D | configure | 1640 --enable-ipset enable ipset module
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 585 ipset{COLON} { YDVAR(0, VAR_IPSET) }
|