-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding accessing via tor #643
Merged
+42
−0
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
866a68b
adding accessing via tor
antoniodds f96ae63
Misc edits
z64 1fece95
Use prod URLs
jacobwinters 8167aef
adding limitations
antoniodds 1cf5596
updating limitations
antoniodds f6e6e46
Update limitations to be just apple
PixeLInc e279b08
Unmask onion links
z64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Accessing via Tor | ||
|
||
> Tor support has just been launched! | ||
> [We welcome your early feedback.](https://help.kagi.com/kagi/support-and-community/) | ||
|
||
Kagi is proud to make our services available through the Tor Network, adding an extra layer of privacy for our users. | ||
|
||
You can access Kagi via the following Onion link: | ||
|
||
``` | ||
http://kagistgoiznc622f3pxhm73qyyhn2mmp4pivbvdezhpdb3ocsnv7w5ad.onion/ | ||
``` | ||
|
||
If you are just getting started with Tor, you can read our setup guide below to learn more. | ||
|
||
## What is Tor? | ||
|
||
Tor (The Onion Router) is a privacy-focused network that enables anonymous communication by routing your internet traffic through a series of servers (nodes). | ||
It is widely used to enhance privacy and bypass censorship. | ||
|
||
For more information, visit the official Tor Project website: [What is Tor?](https://www.torproject.org/about/overview). | ||
|
||
## Setting Up Tor | ||
|
||
To access our service via Tor, you need to install the Tor Browser. Follow these steps: | ||
|
||
1. Download the Tor Browser from the official website: [Download Tor Browser](https://www.torproject.org/download/). | ||
2. Install the browser by following the instructions for your operating system. | ||
3. Launch the Tor Browser and connect to the Tor network. | ||
|
||
For detailed setup instructions, refer to the Tor Project's [User Manual](https://tb-manual.torproject.org/). | ||
|
||
## Accessing Kagi | ||
|
||
Once you have the Tor Browser set up, follow these steps to access our search capabilities: | ||
|
||
1. Open the Tor Browser. | ||
2. Enter our onion link in the address bar: `http://kagistgoiznc622f3pxhm73qyyhn2mmp4pivbvdezhpdb3ocsnv7w5ad.onion/` | ||
3. Use our search functionality as you would on the regular web. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an onion proxy running in staging; prod proxy is kagi2pv5bdcxxqla5itjzje2cgdccuwept5ub6patvmvn3qgmgjd6vid.onion
(unrelated but it seems that the proxy running in staging relays requests to the prod site ¯\_(ツ)_/¯)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks