Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #bikin address list iklan speedy
- /ip firewall address-list
- add address=”118.97.116.10″ list=”ads_list” comment=”uzone”
- add address=”118.97.116.2″ list=”ads_list” comment=”cfs.uzone”
- add address=”118.97.116.7″ list=”ads_list” comment=”uadexchange”
- add address=”180.250.66.131″ list=”ads_list” comment=”cfs2.uzone”
- add address=”180.250.68.156″ list=”ads_list” comment=”cfs2.uadexchange”
- add address=”36.86.63.180″ list=”ads_list” comment=”mercusuar.uzone”
- add address=”36.86.63.186″ list=”ads_list” comment=”mercusuar.uzone”
- add address=”36.66.1.2″ list=”ads_list” comment=”kendedes.uzone”
- #bikin filter untuk blok iklan
- #sesuaikan in-interface dengan interface/ether yang mau di blok iklannya
- /ip firewall filter
- add action=reject chain=forward comment=”blok iklan” connection-state=new \
- dst-address-list=ads_list in-interface=ether3-hotspot log-prefix=”” protocol=tcp \
- reject-with=tcp-reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement