Create Replicant-Go#16
Open
rachel-operator wants to merge 11 commits intoPluggable-Transports:mainfrom
Open
Conversation
Added entry for Replicant transport in Go
Added Transport Shadow for Go
Removing Shadow file from the wrong folder
Adding Shadow transporter for Go to Packages
Adding Shadow transport for Swift yaml file
Adding StarBridge transport yaml
Adding Replicant Transport for Swift
Adding Android Shapeshifter transport for Kotlin
Adding Android Shapeshifter transport for Java
adding optimizer transport for go
Added Optimizer transport for Swift
Contributor
|
Thank you for the PR, could you please make sure to add the file extension |
vivivibo
reviewed
Jul 1, 2022
| label: "report a problem" | ||
| url: "https://github.com/OperatorFoundation/Shapeshifter-Swift-Transports/issues" | ||
| maintainers: | ||
| - name: "" |
Contributor
There was a problem hiding this comment.
Please make sure to include the name/username and contact info of the package maintainer.
vivivibo
reviewed
Jul 1, 2022
| @@ -0,0 +1,35 @@ | |||
| layout: "package" | |||
| permalink: "Optimizer-Swift" | |||
Contributor
There was a problem hiding this comment.
It seems from the package links that this is not Optimizer-Swift package is this still the correct name of the package?
vivivibo
reviewed
Jul 1, 2022
| layout: "package" | ||
| permalink: "Optimizer-Swift" | ||
| "description: ""Optimizer | ||
| Optimizer is a pluggable transport that works with your other transports to find the best option. It has multiple configurable strategies to find the optimal choice among the available transports. It can be used for numerous optimization tasks, such as round robin load spreading among multiple transport servers or minimizing latency given multiple transport configurations. |
Contributor
There was a problem hiding this comment.
Please remove double word typo Optimizer .
vivivibo
reviewed
Jul 1, 2022
| @@ -0,0 +1,35 @@ | |||
| layout: "package" | |||
| permalink: "Optimizer-Swift" | |||
| "description: ""Optimizer | |||
vivivibo
reviewed
Jul 1, 2022
| @@ -0,0 +1,35 @@ | |||
| layout: "package" | |||
| permalink: "Optimizer-go" | |||
| "description: ""Optimizer | |||
vivivibo
reviewed
Jul 1, 2022
| @@ -0,0 +1,27 @@ | |||
| layout: "package" | |||
| permalink: “Replicant-Go” | |||
vivivibo
reviewed
Jul 1, 2022
| @@ -0,0 +1,27 @@ | |||
| layout: "package" | |||
| permalink: “Replicant-Go” | |||
| description: “Replicant is Operator's Pluggable Transport that can be tuned for each adversary. It is designed to be more effective and efficient than older transports. It can be quickly reconfigured as filtering conditions change by updating just the configuration file. There are two main advantages to using Replicant. First, it can be more effective than other transports. Simple transports such as shadowsocks work well against some adversaries, but other adversaries with more advanced filtering techniques can easily block them. In situations such as this, Replicant can work where other transports fail. Second, Replicant can be more efficient than other transports. Some transports that are very effective at circumventing the filter are also very inefficient, using a lot of bandwidth in order to implement their approach to shapeshifting. This can make it very expensive to run proxy servers using these transports. Replicant is designed to use the minimum amount of additional bandwidth in order to provide shapeshifting, and can therefore save on the cost of providing proxy servers. Less additional bandwidth used also means a faster connection and more reliable performance on slower Internet connections.” | |||
vivivibo
reviewed
Jul 1, 2022
| layout: "package" | ||
| permalink: “Replicant-Go” | ||
| description: “Replicant is Operator's Pluggable Transport that can be tuned for each adversary. It is designed to be more effective and efficient than older transports. It can be quickly reconfigured as filtering conditions change by updating just the configuration file. There are two main advantages to using Replicant. First, it can be more effective than other transports. Simple transports such as shadowsocks work well against some adversaries, but other adversaries with more advanced filtering techniques can easily block them. In situations such as this, Replicant can work where other transports fail. Second, Replicant can be more efficient than other transports. Some transports that are very effective at circumventing the filter are also very inefficient, using a lot of bandwidth in order to implement their approach to shapeshifting. This can make it very expensive to run proxy servers using these transports. Replicant is designed to use the minimum amount of additional bandwidth in order to provide shapeshifting, and can therefore save on the cost of providing proxy servers. Less additional bandwidth used also means a faster connection and more reliable performance on slower Internet connections.” | ||
| icon: “https://github.com/OperatorFoundation/Replicant-go/blob/main/Replicant.png” |
Contributor
|
Consistency check: Please use either |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added entry for Replicant transport in Go