click on link blow creat an account let start now
Pages
▼
Monday, 23 December 2013
Earn Money From Linkbucks Just Share Link And earn money online
Earn Money from linkbucks.com you can earn money online just signup linkbucks account and share link ean money much this is best way to ean money online at home
click on link blow creat an account let start now
click on link blow creat an account let start now
Sunday, 22 December 2013
HOW TO BLOCK HOTSPOT SHIELD IN MIKROTIK SERVER
Just Copy And Paste in New Terminal Now
Its being long time that people like me were trying to block the hotspot shield on their networks using Mikrotik server.
/ip firewall mangle
add action=add-dst-to-address-list address-list=WhiteList \
address-list-timeout=4d4h chain=prerouting comment=WhiteList content=\
!127.0.0.1:895 disabled=no dst-port=80 protocol=tcp
add action=add-src-to-address-list address-list=HotSpotShieldUsers \
address-list-timeout=1h chain=prerouting comment=HotSpotShieldUsers \
content=127.0.0.1:895 disabled=no dst-port=80 protocol=tcp
add action=add-dst-to-address-list address-list=WhiteList \
address-list-timeout=4d4h chain=prerouting comment=WhiteList content=\
!127.0.0.1:895 disabled=no dst-port=443 protocol=tcp
/ip firewall filter
add action=drop chain=forward comment=”\”Block HotSpot Shield\”" disabled=no \
src-address-list=HotSpotShieldUsers