Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsmasq: 'ipset' config sections #3020

Closed
wants to merge 1 commit into from

Commits on Aug 24, 2020

  1. 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 rather inconvenient (especially with a long list of domain names):
    
        config dnsmasq
            ...
            list ipset '/t.me/telegram.org/ss_rules_dst_forward,ss_rules6_dst_forward'
    
    Now it should also be easier to implement a luci GUI for ipsets.
    
    Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
    amezin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    23d084d View commit details
    Browse the repository at this point in the history