A simple guide to bypass ISP DNS blocking when a legitimate website is redirected to a government or ISP block page (for example blocked.sbmd.cicc.gov.ph).
This guide shows how to switch to Cloudflare DNS (1.1.1.1) so your device queries a neutral DNS resolver instead of your ISPβs DNS.
Your Internet Service Provider (ISP) controls the default DNS servers your device uses.
When regulators require a domain to be blocked, the ISP modifies its DNS server so that:
example.com β returns block page IP instead of real IP
Instead of sending you to the real server, you are redirected to a government block page.
flowchart LR
A[User Browser] --> B[ISP DNS Server]
B --> C[Real Website IP]
C --> D[Website Server]
D --> A
Normal DNS Flow
flowchart LR
A[User Browser] --> B[ISP DNS Server]
B --> E[Block Page IP]
E --> F[Block Page Server]
F --> A
DNS Blocking Flow
Result: You see the block notice instead of the real website.
flowchart LR
A["User Browser"] --> G["Cloudflare DNS (1.1.1.1)"]
G --> C["Real Website IP"]
C --> D["Website Server"]
D --> A
What Changes
Cloudflare Public DNS
Primary: 1.1.1.1
Secondary: 1.0.0.1
Benefits:
Android
Download on Google Play
Steps:
Preferred DNS: 1.1.1.1
Alternate DNS: 1.0.0.1
ipconfig /flushdns
1.1.1.1
1.0.0.1
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
DNS 1: 1.1.1.1
DNS 2: 1.0.0.1
1.1.1.1
1.0.0.1
Open: https://1.1.1.1/help
You should see:
Using DNS over HTTPS (DoH): Yes
Using 1.1.1.1: Yes
Then test the previously blocked site, e.g.
https://trailblazerph.vercel.app
If the site is still blocked:
Possible causes:
Solutions:
This repository explains how DNS infrastructure works and how users can select alternative DNS providers.
It is intended for educational purposes only.
March 2026
Made with β€οΈ for users in the Philippines facing ISP blocks