Replace obfs4proxy with Lyrebird
obfs4proxy was replaced with Lyrebird. Also updated the readme on how to use it
cc #34
Summary by CodeRabbit
-
New Features
- Introduced a new section in the README for configuring Tor to use bridges, including detailed instructions.
-
Chores
- Updated package installation in the Dockerfile to replace
obfs4proxywithlyrebird.
- Updated package installation in the Dockerfile to replace
đ Walkthrough
Walkthrough
The README.md file was updated to add a new section titled "Using bridges." This section provides detailed instructions for configuring the Tor client to use obfuscated bridges by editing the /etc/tor/torrc file. The instructions include adding multiple Bridge obfs4 ... lines, specifying the ClientTransportPlugin with the obfs4 transport and the executable /usr/bin/lyrebird, and enabling bridges with UseBridges 1. No changes were made to exported or public entities.
Changes
| File | Change Summary |
|---|---|
| README.md | Added a "Using bridges" section with instructions for configuring Tor to use obfs4 bridges via lyrebird in /etc/tor/torrc. |
Poem
In the land of code where rabbits hop,
A change was made, and we won't stop!
With lyrebird now in our Docker's embrace,
Bridges to Tor, we'll find our place.
Hopping through config, with joy we sing,
New paths to explore, oh what joy they bring! đâ¨
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
đǧ Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai generate docstringsto generate docstrings for this PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
@c-v-ya, thanks for your contribution. Please take a look at the reviews above!
Bumping, since all requested changes are docs related, and some of them are fixed
@PeterDaveHello Some news about merging that pull request?
Let me see if I can get some spare time to review it recently!
@codex review
Codex Review: Didn't find any major issues. What shall we delve into next?
âšī¸ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with đ.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Let me see if I can get some spare time to review it recently!
ok i gonna wait a bit please don't take too much time :P
@PeterDaveHello Some news?