Update README.md

This commit is contained in:
aadit 2025-03-13 01:06:51 +05:30
parent 52b5d769b9
commit 9973a07247

View file

@ -11,3 +11,10 @@ https://unduck.link?q=%s
DuckDuckGo does their redirects server side. Their DNS is...not always great. Result is that it often takes ages.
I solved this by doing all of the work client side. Once you've went to https://unduck.link once, the JS is all cache'd and will never need to be downloaded again. Your device does the redirects, not me.
(the above was written by Theo.)
Changes by Aadit:
- Removed Theo's analytics tracking.
- Added Perplexity and Kagi as providers.
- Made it self hosting ready.