0
0
dns-watch.org is a service that allows you to see which (mainly German) Internet Service Providers try to censor internet access of their customers. (2022)
This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
DrMaxNix 518bf0c1f4
🩹 get reference list working (#17)
`digitalcourage`, `ccc_berlin` and `uncensoreddns` don't work anymore
2022-08-26 13:29:54 +02:00
config 🩹 get reference list working (#17) 2022-08-26 13:29:54 +02:00
functions add backend/api code (#14) 2021-05-08 19:57:27 +02:00
icon 🐛 add xml-headers to svg icons 2021-10-02 17:20:28 +02:00
lookup 🐛 fix php-warnings on empty search 2021-12-22 19:43:13 +01:00
start 🩹 various fixes (#15) 2021-07-29 12:55:18 +02:00
.gitattributes 🩹 fix github language statistics 2021-05-08 19:34:10 +02:00
LICENSE 📄 add license 2021-05-08 16:20:49 +02:00
README.md 📝 clean up readme 2021-05-08 20:29:51 +02:00

dns-watch

dns-watch.org is a service that allows you to see which (mainly German) Internet Service Providers try to censor internet access of their customers.

Background

The CUII, which is a German institution consisting of the biggest German ISPs and rightsholders, censors parts of the Internet to reduce the number of copyright infringements in the World Wide Web. In order to block these sites, they use the already existing DNS provided by German ISPs. When your device asks your ISP where it can find a website, it will give you wrong information and instead redirect you to the page of CUII.

Using dns-watch.org, you can check which ISPs actively censor parts of the Internet. This tool can also help developers of blocked sites by giving them information on which ISPs are blocking their web services.

We support a Free Web without Internet censorship, and so should you!

Other Useful Information

Directory Structure

Because this web page takes advantage of our custom PHP backend, the code and especially the functions provided by our backend may not make sense immediately. For research purposes as well as help when you want to contribute to the project (feel free to do so!), here is an outline of the directories and some of the files located inside of them:

  • /config: config files for the backend behavior

    • cache.php: lookup caching
    • lookup.php: dns lookups
    • nameserver.php: dns servers to use
  • /functions: basic callbacks for backend tasks

    • lookup.php: dns lookups and caching
  • /icon: icons for ISPs and DNS providers

  • /lookup: page for lookup api with entrypoint for the api

  • /start: start page (dns-watch.org)