GitPedia

CauDNS

just another way to bypass annoying blocking extensions. Works with Securly, GoGuardian, CKAuth, and more!

From dragon731012·Updated June 4, 2026·View on GitHub·

**cauDNS** is a just another way to bypass annoying blocking extensions. Works with Securly, GoGuardian, CKAuth, and more! The project is written primarily in JavaScript, distributed under the GNU Affero General Public License v3.0 license, first published in 2024. Key topics include: extension, goguardian, securly, securly-bypass.

Major credit to Omada (https://omada.cafe)

Works with GoGuardian, CKAuth, and more!

How to use

Type this into your url bar:

html
data:text/html, <script src='https://cdn.jsdelivr.net/gh/dragon731012/caudns/jszip.js' defer></script> <script src='https://cdn.jsdelivr.net/gh/dragon731012/caudns/filesaver.js' defer></script> <script src='https://caudns.vercel.app/main.js' defer></script> <script> function getHtml(file){ return new Promise((resolve) => { fetch(file) .then((response) => { return response.text(); }) .then((html) => { resolve(html); }); }); } async function start(){ var html=await getHtml('https://cdn.jsdelivr.net/gh/dragon731012/caudns/data.txt'); html=html.toString(); console.log(html); document.body.innerHTML=html; } start(); </script>

or, just host this repo on any static hosting provider!

Contributors

Showing top 3 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from dragon731012/cauDNS via the GitHub API.Last fetched: 6/19/2026