This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
routeros_bogon_update [2015/04/19 14:02] admin [RouterOS 6.x - Update bogon list automatically] |
routeros_bogon_update [2015/04/19 14:07] admin [RouterOS 6.x - Update bogon list automatically] |
||
---|---|---|---|
Line 27: | Line 27: | ||
:set lastEnd ( $lineEnd + 1 ) ; | :set lastEnd ( $lineEnd + 1 ) ; | ||
- | :local tmpArray [:toarray $line] ; | + | :if ( $line != "" |
- | :if ( [: | + | /ip firewall address-list add list=bogons address=$line; |
- | :put $tmpArray; | + | |
- | /ip firewall address-list add name=bogons address=[: | + | |
- | } | + | |
} while ($lineEnd < $contentLen)</ | } while ($lineEnd < $contentLen)</ | ||
* Test run script:< | * Test run script:< | ||
* Schedule script:< | * Schedule script:< | ||