Jumat, 21 Januari 2011

Web proxy clean otomatis

This script is used to clear the proxy cache automatically through the scheduler. please adjust the clock in bios and in Winbox mikrotik you .... enter Winbox, select System, Clock .. adjust the date, hour and so the moment you enter this script into the new console terminal through a proxy .. The following script ...

Proxy-off


/ system script add-off source = / ip firewall nat set [/ ip firewall nat find comment = "Proxy"] disable = yes n / ip web-proxy set enabled = no "policy = ftp, reboot, read, write, policy , test, Winbox, password

Proxy-limpacache


/ system script add name = "Proxy-limpacache" source = "/ ip web-proxy clear-cache" policy = ftp, reboot, read, write, policy, test, Winbox, password

Proxy-on

/ system script add-on source = / ip web-proxy set enabled = yes n / ip firewall nat set [/ ip firewall nat find comment = "Proxy"] disable = no n "policy = ftp, reboot, read, write, policy, test, Winbox, password

scheduler proxy-off


/ system scheduler add-proxy-off on-event = Proxy-off start-date = jun/23/2009 start-time = 00:53:00 interval = 15d comment = "" disabled = no

scheduler proxy-limpacache


/ system scheduler add-proxy-limpacache on-event = Proxy-limpacache jun/23/2009 start-date = start-time = 00:53:00 interval = 15d comment = "" disabled = no

scheduler proxy-on


/ system scheduler add-proxy-on on-event = Proxy-on start-date = jun/23/2009 start-time = 00:53:00 interval = 15d comment = "" disabled = no

Tidak ada komentar:

Posting Komentar