Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronjanse/dns-over-wikipedia
Redirect `.idk` domains using Wikipedia
https://github.com/aaronjanse/dns-over-wikipedia
dns wikipedia wikipedia-api
Last synced: 5 days ago
JSON representation
Redirect `.idk` domains using Wikipedia
- Host: GitHub
- URL: https://github.com/aaronjanse/dns-over-wikipedia
- Owner: aaronjanse
- Created: 2020-03-29T07:29:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T06:16:38.000Z (7 months ago)
- Last Synced: 2024-11-30T17:03:02.780Z (12 days ago)
- Topics: dns, wikipedia, wikipedia-api
- Language: Rust
- Homepage:
- Size: 674 KB
- Stars: 1,524
- Watchers: 12
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - aaronjanse/dns-over-wikipedia - Redirect `.idk` domains using Wikipedia (others)
README
# DNS over Wikipedia
Wikipedia keeps track of official URLs for popular websites. With DNS over Wikipedia installed, domains ending with `.idk` are redirected by searching Wikipedia and extracting the relevant URL from the infobox.
Example:
1. Type `scihub.idk/` in browser address bar
2. Observe redirect to `https://sci-hub.tw` (at the time of writing)> Instead of googling for the site, I google for the site's Wikipedia article ("schihub wiki") which usually has an up-to-date link to the site in the sidebar, whereas Google is forced to censor their results.
>
> If you Google "Piratebay", the first search result is a fake "thepirate-bay.org" (with a dash) but the Wikipedia article lists the right one.
> — [shpx](https://news.ycombinator.com/item?id=22414031)## Installation Options
#### [Chrome Extension](https://chrome.google.com/webstore/detail/mjmjpfncapfopnommmngnmjalkopljji/)
#### [Firefox Extension](https://addons.mozilla.org/en-US/firefox/addon/dns-over-wikipedia/)
#### [(optional) Rust Redirect Script](./hosts-file)