Work greatly, just last thing, if i wanted to add multiple ip's at once is this the right format? because in this way it does not add all the ip's curl --insecure -XPOST -H "Content-Type: application/json" -u admin:minemeld "https://10.0.0.4/config/data/node-bad-domain_indicators/append?h=node-bad-domain&t=localdb" -d ' { "indicator": "8.8.8.8", "indicator": "8.8.8.2", "indicator": "1.1.21.1", "indicator": "1.1.51.1", "indicator": "1.15.1.1", "indicator": "1.6.1.1", "indicator": "1.1.2.1", "indicator": "1.1.3.1", "indicator": "1.4.1.1", "indicator": "2.1.1.1", "type": "IPv4", "comment": "usual Google DNS Public IP", "share_level": "green", "confidence": 100, "ttl": 3600 }'
... View more