You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a domain is listed in multiple ipset configurations, dnsmasq generates separate entries for each ipset instead of combining them into a single row. For example:
When a domain is listed in multiple ipset configurations, dnsmasq generates separate entries for each ipset instead of combining them into a single row. For example:
This should instead be:
Impact:
Domain is added only in the first ipset (vpn) instead of all ipsets (vpn, vpn_ipv6)
Solution Needed:
Update the logic to ensure only one row is written per domain, combining all relevant ipset names into a single entry.
The text was updated successfully, but these errors were encountered: