forked from tari-project/universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tor): setup tor bridges and control port (tari-project#871)
## General Info * We fetch default tor bridges from https://bridges.torproject.org/bridges?transport=obfs4 * Any changes related to Tor makes Save button visible and display Restart Dialog ## Notes * Commented out setting those values using Control Port for now - it behaves randomly sometimes and doesn't apply those changes. * Lyrebird(obfs4proxy client) is affected when Windows path has space - my only solution for now is to run lyrebird binary by hand * Need to fetch tor bridges using Rust due to CORS issues ## Need to doublecheck * We manage tor for windows and unix now. We need to make sure all previous args etc are the same now * Add tor to CDN for unix systems * Do I need to generate random password for hash? ![Screenshot from 2024-10-18 09-08-01](https://github.com/user-attachments/assets/9641f04d-7867-46cd-875d-065e245e5ec4) ![Screenshot from 2024-10-18 09-37-31](https://github.com/user-attachments/assets/66779c4c-6098-408d-bf01-2d40b6a41d1e) ![Screenshot from 2024-10-18 09-41-09](https://github.com/user-attachments/assets/e6e2f53f-1420-4244-9cd1-29048512c633) ![Screenshot from 2024-10-18 09-41-23](https://github.com/user-attachments/assets/4be1ac91-c0d4-46f2-a708-1a0aa1a0f372) --------- Co-authored-by: stringhandler <[email protected]>
- Loading branch information
1 parent
34c587b
commit 0719b9c
Showing
26 changed files
with
615 additions
and
69 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ | |
"typescript-eslint": "^8.8.1", | ||
"vite": "^5.4.9" | ||
} | ||
} | ||
} |
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.