Files
openwrt-R7800-nss/package/network/services
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
..
2020-11-11 20:47:34 +01:00
2020-01-05 19:36:46 +01:00
2020-06-23 20:00:16 +02:00
2020-05-08 05:54:39 +03:00
2020-04-26 13:00:36 +01:00
2020-11-09 10:54:29 +00:00
2020-10-27 22:51:59 +01:00
2020-09-09 07:54:20 +02:00