Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


routeros_bogon_update

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
routeros_bogon_update [2015/04/19 11:45] – [RouterOS 6.x - Update bogon list automatically] adminrouteros_bogon_update [2015/04/19 11:58] – [RouterOS 6.x - Update bogon list automatically] admin
Line 14: Line 14:
 /ip firewall address-list remove [/ip firewall address-list find list=bogons] /ip firewall address-list remove [/ip firewall address-list find list=bogons]
  
-:local content [/file get [/file find name=bogon-bn-agg.txt] contents] ; +:global content [/file get [/file find name=bogon-bn-agg.txt] contents] ; 
-:local contentLen [:len $content];+:global contentLen [:len $content];
  
-:local lineEnd 0; +:global lineEnd 0; 
-:local line ""; +:global line ""; 
-:local lastEnd 0;+:global lastEnd 0;
  
 :log info "Adding bogons from file."  :log info "Adding bogons from file." 
Line 30: Line 30:
    :set lastEnd ($lineEnd + 1);    :set lastEnd ($lineEnd + 1);
        
-   :if ($line != "\r") do={+   :if ($line != "\n") do={
       /ip firewall address-list add list=bogons address="$line"       /ip firewall address-list add list=bogons address="$line"
    }    }
routeros_bogon_update.txt · Last modified: 2021/10/31 14:40 by admin