Advertisement
kajege

Blok Kendedes Speedy

Apr 15th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #bikin address list iklan speedy
  2.  
  3. /ip firewall address-list
  4. add address=”118.97.116.10″ list=”ads_list” comment=”uzone”
  5. add address=”118.97.116.2″ list=”ads_list” comment=”cfs.uzone”
  6. add address=”118.97.116.7″ list=”ads_list” comment=”uadexchange”
  7. add address=”180.250.66.131″ list=”ads_list” comment=”cfs2.uzone”
  8. add address=”180.250.68.156″ list=”ads_list” comment=”cfs2.uadexchange”
  9. add address=”36.86.63.180″ list=”ads_list” comment=”mercusuar.uzone”
  10. add address=”36.86.63.186″ list=”ads_list” comment=”mercusuar.uzone”
  11. add address=”36.66.1.2″ list=”ads_list” comment=”kendedes.uzone”
  12.  
  13. #bikin filter untuk blok iklan
  14. #sesuaikan in-interface dengan interface/ether yang mau di blok iklannya
  15.  
  16. /ip firewall filter
  17. add action=reject chain=forward comment=”blok iklan” connection-state=new \
  18. dst-address-list=ads_list in-interface=ether3-hotspot log-prefix=”” protocol=tcp \
  19. reject-with=tcp-reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement