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
2021-05-08 20:10:05 +02:00
config add backend/api code (#14) 2021-05-08 19:57:27 +02:00
functions add backend/api code (#14) 2021-05-08 19:57:27 +02:00
icon ♻️ refactor code (#13) 2021-05-08 19:30:22 +02:00
lookup add backend/api code (#14) 2021-05-08 19:57:27 +02:00
start ♻️ refactor code (#13) 2021-05-08 19:30:22 +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 📝 Update description 2021-05-08 20:10:05 +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.

directory structure

  • 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