Salah satu fungsi dari webproxy adalah untuk menyimpan pages beserta content dari hasil browsing pada memory cache web proxy, sehingga saat client melakukan request >1 pada halaman yang sama, request tersebut akan diambilkan dari memory cache oleh server tanpa harus meload dari network luar (internet) sehingga access internet terasa lebih cepat. Untuk menyimpan file-file seperti video, gambar, dan file lain yang diinginkan seperti *.exe *.zip dll kita bisa menggunakan script dibawah ini pada server mikrotik.
/ ip web-proxy cache
add url=":\\.flv\$.zip\$.exe\$ .jpg\$ .gif\$ .bmp\$ .tiff\$.png\$" action=allow comment="Simpan Cache File" disabled=no
add url="http*youtube*get_video*" action=allow comment="Simpan Cache Pages" disabled=no
add url=":\\.flv\$.zip\$.exe\$ .jpg\$ .gif\$ .bmp\$ .tiff\$.png\$" action=allow comment="Simpan Cache File" disabled=no
add url="http*youtube*get_video*" action=allow comment="Simpan Cache Pages" disabled=no
baca juga : cara block brute force pada mikrotik
judul: save cache file & pages url mikrotik webproxy - fcknmysep@yahoo.com.sg - http://folderblog.blogspot.com - komputer tips
..