TUTORIAL BYPASS DPI KOMINFO MENGGUNAKAN MIKROTIK

Indonesia | English

Following this instruction is in your own risk. I'm not responsible for content you are trying to access after following this tutorial or the damage you done during the installation process. Please use it wisely and follow the instruction carefully

### Langkah-langkah 1. Login ke RouterOS anda dan buka Terminal 2. Jalankan perintah ini untuk membypass DNS Nasional: **(Pilih salah satu)** **[ BLOKIR IKLAN ]** ``` # Script by BebasID Community /ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=tcp to-addresses=103.87.68.194 to-ports=1753 /ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=udp to-addresses=103.87.68.194 to-ports=1753 ```
**[ BLOKIR VIRUS, KONTEN DEWASA & JUDI ]** ``` # Script by BebasID Community /ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=tcp to-addresses=103.87.68.196 to-ports=1753 /ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=udp to-addresses=103.87.68.196 to-ports=1753 ``` 3. Jalankan perintah ini juga untuk membypass DPI Kominfo: ``` # Script by BebasID Community /ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=[INTERFACE WAN ANDA] content="Location: http://lamanlabuh.aduankonten.id/" action=drop /ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=[INTERFACE WAN ANDA] tcp-flags=rst,ack action=drop ``` Ganti [INTERFACE WAN ANDA] dengan interface sumber internet anda seperti contoh dibawah ini: ``` # Script by BebasID Community /ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=ether1 content="Location: http://lamanlabuh.aduankonten.id/" action=drop /ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=ether1 tcp-flags=rst,ack action=drop ``` 4. Selesai dan coba!