openwrt/package
Aleksandr Mezin acb336235c 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]
2020-11-11 20:47:34 +01:00
..
base-files base-files: bump PKG_RELEASE 2020-11-11 21:29:55 +08:00
boot mediatek: update uboot to latest patchset provided by MTK 2020-11-04 20:32:52 +01:00
devel gdb: fix building with NLS enabled 2020-11-05 00:55:37 +00:00
firmware linux-firmware: update to 20201022 2020-11-01 20:54:37 +01:00
kernel mac80211: ath9k: enable OEM cards support on x86 2020-11-04 23:58:50 +01:00
libs libselinux: remove dependency on musl-fts for non-musl builds 2020-10-31 00:49:43 +00:00
network dnsmasq: 'ipset' config sections 2020-11-11 20:47:34 +01:00
system refpolicy: add variant that builds modular policy 2020-11-09 13:06:19 +00:00
utils busybox: make username consistent 2020-10-25 17:26:30 +00:00
Makefile