[OpenWrt Wiki] IP set extras
openwrt.org › docs › guide-userJan 01, 2022 · # Install packages opkg update opkg remove dnsmasq opkg install dnsmasq-full ipset resolveip # Configure IP sets, domains, CIDRs and ASNs uci set dhcp.example= "ipset" uci add_list dhcp.example.name= "example" uci add_list dhcp.example.name= "example6" uci add_list dhcp.example.domain= "example.com" uci add_list dhcp.example.domain= "example.net" uci add_list dhcp.example.cidr= "9.9.9.9/32 ...
[OpenWrt Wiki] IP set extras
https://openwrt.org/docs/guide-user/advanced/ipset_extras01.01.2022 · IP set extras This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction * This instruction extends the functionality of IP sets. * Follow the automated section for quick setup. Features * Create and populate IP sets with domains, CIDRs and ASNs.
Man page of IPSET
https://ipset.netfilter.org/ipset.man.htmlipset is used to set up, maintain and inspect so called IP sets in the Linux kernel. Depending on the type of the set, an IP set may store IP(v4/v6) addresses, (TCP/UDP) port numbers, IP and MAC address pairs, IP address and port number pairs, etc. See the set type definitions below.
[OpenWrt Wiki] fw3 IP set examples
openwrt.org › fw3_configurations › fw3_config_ipsetOct 09, 2021 · When compiling a custom build, use the OpenWrt make menuconfig and select ipset as built-in within the Network menu. Using IP sets to drop SMTP spam IP sets is great for collecting a large set of IP addresses/networks under one label and then using the label in subsequent rules as a single match criteria for any entry in the IP set.
[OpenWrt Wiki] package: ipset-dns
https://openwrt.org/packages/pkgdata_owrt19_7/ipset-dns15.09.2021 · package: ipset-dns. Name: ipset-dns. Version: 2017-10-08-ade2cf88-1. Description: The ipset-dns daemon is a lightweight DNS forwarding server that adds all\\ resolved IPs to a given netfilter ipset. It is designed to be used in\\ conjunction with dnsmasq's upstream server directive.\\. \\ Practical use cases include routing over a given gateway ...