"Enter"a basıp içeriğe geçin

Mikrotik Hotspot Shield Engelleme

Mikrotik terminal ekranına geçip aşagıdaki kodları yapıştırın

/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="Engel HotSpot Shield" disabled=no src-address-list=HotSpotShieldUsers