The generated scripts from ip-to-ipset-script.sh, asn-to-ipset-script.sh, and cc-to-ipset-script.sh all use individual ipset commands. It would be much faster if the format were modified so that it used ipset restore < rules format rather than individual ipset commands. This only really matters when adding several large lists at once.
The generated scripts from ip-to-ipset-script.sh, asn-to-ipset-script.sh, and cc-to-ipset-script.sh all use individual ipset commands. It would be much faster if the format were modified so that it used
ipset restore < rulesformat rather than individual ipset commands. This only really matters when adding several large lists at once.