Sunday, 8 December 2019

Block ADS dengan Mikrotik

Berikut Scriptnya....

/ip firewall layer7-protocol
add name=ADS regexp="^.+(windowsupdate.coman|alyticspixel.microsoft.com|dl.w\
    s.microsoft.com|googlesyndication.com|doubleclick.net|beritavideo.info).*\
    \$"

/ip firewall filter
add action=drop chain=forward layer7-protocol=ADS
^.+(windowsupdate.com|analyticspixel.microsoft.com|dl.ws.microsoft.com|googlesyndication.com|doubleclick.net|adclick.g.doubleclick.net|googleads.g.doubleclick.net|beritavideo.info).*$


Cukup sederhana, dan lihjat hasilnya...

Monday, 2 December 2019

Optional SQUID 2.7.STABLE5 SSL

Squid,conf Maxsimal1

#########################################################################
#    CONTROL # WELCOME TO SQUID 2.7.STABLE5 #  -------------------- # #
#      # ---------------------------- #     2019 #-------------------- #
# squid -k parse #  T R I M A N  #    DESEMBER #
#########################################################################
#==========================START CONFIGURATION==========================#
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#acl ncsa_user proxy_auth REQUIRED
#http_access allow ncsa_user

Sunday, 3 November 2019

Martingale 1-1 Binary 03

<xml xmlns="http://www.w3.org/1999/xhtml" collection="false">
  <variables>
    <variable type="" id="$~`X#EljG~x:];]hqT,8">Next Trade Condition</variable>
    <variable type="" id="%Z;n(V1n7wEW]oVy2a-^">Max Acceptable Loss</variable>
    <variable type="" id="R-Pev6MIS7y]Kj*hA`8E">Initial Amount</variable>
    <variable type="" id="`=CB7|BIAx)zZcDArZBT">Expected Profit</variable>
    <variable type="" id="lc=V2a)@iWdYo}0dLvAm">Conract Type</variable>
    <variable type="" id=")x%2s5$-uZGKpocU%HDG">Win Amount</variable>
  </variables>

Friday, 1 November 2019

Firewall Blok Port Virus di Mikrotik

Berikut Cara Blokir Port virus dan Blok SSH, FTP

/ip firewall filter
add action=accept chain=input connection-state=related
add action=accept chain=input connection-state=established
add action=accept chain=forward connection-state=related
add action=accept chain=forward connection-state=established
add action=drop chain=forward connection-state=invalid