mikrotik - catch ip to address list
berikut cara untuk mendapatkan suatu ip yang kemudian dimasukkan ke daftar nice list
:foreach i in=[/ip dns cache find] do={
:if ([:find [/ip dns cache get $i name] "rapidshare"] > 0) do={
:log info ("rapidshare: " . [/ip dns cache get $i name] . " (ip address " . [/ip dns cache get $i address] . ")")
/ip firewall address-list add address=[/ip dns cache get $i address] list=rapidshare disabled=no
}
}

aku ndak ngerti !!!
Comment by thelo — August 26, 2009 @ 8:11 am
waewwwwwwwwwwwwwwwwwwww
Comment by noped — September 14, 2009 @ 4:26 am