openwrt/package/network
Aleksandr Mezin 1ce5cd2256 dnsmasq: 'ipset' config sections
Allow configuring ipsets with dedicated config sections:

    config ipset
        list name 'ss_rules_dst_forward'
        list name 'ss_rules6_dst_forward'
        list domain 't.me'
        list domain 'telegram.org'

instead of current, rather inconvenient syntax:

    config dnsmasq
        ...
        list ipset '/t.me/telegram.org/ss_rules_dst_forward,ss_rules6_dst_forward'

Current syntax will still continue to work though.

With this change, a LuCI GUI for DNS ipsets should be easy to implement.

Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:10 +00:00
..
config ltq-vdsl-app: use new extra_command wrapper 2021-09-01 08:07:09 +00:00
ipv6 map: rename type to maptype (FS#3287) 2021-09-01 08:06:52 +00:00
services dnsmasq: 'ipset' config sections 2021-09-01 08:07:10 +00:00
utils bpftools: support NLS, fix ppc build and update to 5.8.9 2021-09-01 08:07:00 +00:00