mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-04 06:54:27 -05:00
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]
|
||
|---|---|---|
| .. | ||
| 50-dnsmasq-migrate-resolv-conf-auto.sh | ||
| dhcp-script.sh | ||
| dhcp.conf | ||
| dhcpbogushostname.conf | ||
| dnsmasq_acl.json | ||
| dnsmasq.conf | ||
| dnsmasq.init | ||
| dnsmasqsec_hotplug_acl.json | ||
| dnsmasqsec.hotplug | ||
| rfc6761.conf | ||