Of course there are really idiotic people in the world…
For me the dawn will continue to be there tomorrow,
even for you,
but you will miss a star in the firmament of the night that writes the history of this world.
thanks for the stock tip in this thread rextended. I made $100,000 Euros! Too bad msatter missed out.
Okay this thread is similar to another one rextended where you were adamant not to pull third party sites into a script etc etc.
How is this one different? Its not clear to me where the black list is coming from? What did I miss?
Is for self-made blacklist.
having already a file with all ip inside, add the script on the top
and on front of each ip put "$i "
then save the file as .rsc and import it.
To be precise, there is no problem in importing blacklists from sites, reading the file and following an internal import script,
but about the problem of “IMPORT SCRIPT WITH ROUTEROS COMMANDS” inside, instead of just IP
msatter no need to get nasty, and besides, Netherlands will be under water before volcanoes destroy Italy so you just may be looking for a home soon.
Dont cut off your options!!!
Personally I have grown fond of italien poetry in broken english, almost romantic.
How could anyone not eat up and smile when the Italian high jumper tickled the ears of the newly crowned 100 metre champion at the olympics.
They are different but in a good way LOL.
PS, Your ignore list doesnt work very well. I am sure rextended has a script for you that will work.
We are sending truckloads of Euro’s to Italy despite they are richer than we are in the Netherlands. We are buying that country without owning it after sending all our money.
@rextended --- I tried your code on a test file have 50 thousand IP address entries and found that @msatter code was dramatically faster to process .... approximately 4 times faster than your code. Also FYI, your code generates the following error condition
failure: empty list name not allowed
Did you try your code out on a test file before publishing your code here? May I suggest that you give it a try and compare your code to @msatter code ... see for yourself
The only way to obtain the error “failure: empty list name not allowed” is if you do not set list name, is your fault.
The script is more slow because check every ip or ip-prefix is valid before try to insert on address-list.
On this way the script do not stop if one ip or ip-prefix are wrong, simply “skip”.
On the other “faster” script, if are some error, the script stop execution and do not finish the import.
Probably is faster for that reason…