diff --git a/README.md b/README.md new file mode 100644 index 0000000..741058e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# simple-mikrotik-script [WORK IN PROGRESS] +simple mikrotik script to maximize the performance of your router diff --git a/dns-game-and-socmed--to-address-list b/dns-to-address-list similarity index 98% rename from dns-game-and-socmed--to-address-list rename to dns-to-address-list index ad42e58..999dc8d 100644 --- a/dns-game-and-socmed--to-address-list +++ b/dns-to-address-list @@ -1,3 +1,4 @@ +#PLEASE BE ADVISED THAT THIS SCRIPT MAY CAUSE HIGH CPU LOAD ON YOUR ROUTER #=============================================== DNS Monitor Information ================================================ # # COPYRIGHT MIKROTIK ROUTEROS SCRIPT PROVIDED BY FURAIHAN diff --git a/first-setup b/first-setup index 74c23fa..91a5ae1 100644 --- a/first-setup +++ b/first-setup @@ -13,6 +13,7 @@ return "Error! this probably cause from unknown vendor or a connection problem" } } +#source: https://s.id/q4f-O global ConvertLowerCase do={ local alphabet {"A"="a";"B"="b";"C"="c";"D"="d";"E"="e";"F"="f";"G"="g";"H"="h";"I"="i";"J"="j";"K"="k";"L"="l";"M"="m";"N"="n";"O"="o";"P"="p";"Q"="q";"R"="r";"S"="s";"T"="t";"U"="u";"V"="v";"X"="x";"Z"="z";"Y"="y";"W"="w"}; local result @@ -47,4 +48,4 @@ global CheckConnection do={ set $ConnectionAvailable [tobool false] } } -} \ No newline at end of file +}