diff options
author | Aleksandr Mezin <mezin.alexander@gmail.com> | 2020-10-23 11:02:37 +0600 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-11-11 20:47:34 +0100 |
commit | acb336235cc640980ea549655b0702daf9e628f8 (patch) | |
tree | 21096d476425dd036760bbe92fc4a0f0f1a3c1e5 /package/network/config/qos-scripts | |
parent | de768829a5c6cd1c7889ba25c50db07827cfc96c (diff) | |
download | upstream-acb336235cc640980ea549655b0702daf9e628f8.tar.gz upstream-acb336235cc640980ea549655b0702daf9e628f8.tar.bz2 upstream-acb336235cc640980ea549655b0702daf9e628f8.zip |
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]
Diffstat (limited to 'package/network/config/qos-scripts')
0 files changed, 0 insertions, 0 deletions