Sunday, March 20, 2016

BLOCK YOUTUBE

7 comments

/ip firewall mangle
add action=add-dst-to-address-list address-list=youtube-block chain=\
    prerouting content=youtube.com
/ip firewall filter
add action=drop chain=forward comment="Youtube Block By HAMZA KHALIL" \
    src-address-list=youtube-block

Tuesday, March 8, 2016

HOW TO MAKE A BACKUP FILE

0 comments

Full Hotspot Setup Backup file

/ip hotspot export file=hotspot_backup 

Hotspot Users Backup file

/ip hotspot user export file=Hotspot_Users


PPPoE Backup file

/ppp export file=pppoe_backup
RESTORE

/import hotspot_backup