0
0
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.
dns-watch-2022/README.md

34 lines
1.6 KiB
Markdown
Raw Normal View History

2021-04-02 15:18:26 +02:00
# dns-watch
2021-05-08 20:10:05 +02:00
[dns-watch.org](https://www.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!
## Directory structure
2021-05-08 20:22:07 +02:00
**Because this web page takes advantage of our custom PHP backend, the code may not make sense immediately. For research purposes, here is an outline of the directories.**
2021-05-08 20:10:05 +02:00
- 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
- index.php: entry point for api
- start/: start-page
- html/: compiled html
- src/: pug/sass source files
- feather.js: load feathericons
- index.css main stylesheet
- index.js main client scripts
- index.php entry point for start-page