Skip to content
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

Updates, additions (#20) #1

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions packages/Cloak.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: "package"
permalink: "Cloak"
description: >-
Cloak enhances traditional proxy tools like OpenVPN to evade sophisticated censorship and data discrimination. It masquerades proxied traffic as normal web browsing, making it difficult for censorship mechanisms to block it without also affecting essential services. Cloak servers appear as regular web servers, employing cryptographic steganography to hide traffic patterns. It supports multiple users and traffic management features, and can tunnel through CDN services like Amazon Cloudfront, further obfuscating traffic.

This tool is compatible with any TCP or UDP-based proxy, such as Shadowsocks, OpenVPN, and Tor, and allows for minimal configuration from the user. Cloak's approach to multiplexing traffic and its ability to mimic legitimate web traffic patterns make it a robust tool in the fight against internet censorship.
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "GPL-3.0"
url: "https://github.com/cbeuw/Cloak/blob/master/LICENSE"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://github.com/cbeuw/Cloak"
- icon: "fas fa-book"
label: "package documentation"
url: "https://github.com/cbeuw/Cloak#readme"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://github.com/cbeuw/Cloak/issues"
maintainers:
- name: "cbeuw"
contact: ""
versions:
- id: "v2.8.0"
date: "2023-02-09"
url: "https://github.com/cbeuw/Cloak/releases/tag/v2.8.0"
languages:
- name: "Go"
---
31 changes: 31 additions & 0 deletions packages/ReplicantAndroid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: "package"
permalink: "Replicant-Android"
description: >-
ReplicantAndroid by Operator Foundation is designed for enhancing privacy and security on Android platforms. It encapsulates the complexities of using Go-based pluggable transports like Obfs4proxy and Snowflake on Android, providing an easy-to-install binary with a wrapper around both.

This project aims to streamline the deployment and usage of pluggable transports on Android, addressing the challenges of integrating Go libraries into Android applications. The focus is on real-world application and ease of use for developers and end-users alike.
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "MIT License"
url: "No License"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://github.com/OperatorFoundation/ReplicantAndroid"
- icon: "fas fa-book"
label: "package documentation"
url: "https://replicant.us/"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://github.com/OperatorFoundation/ReplicantAndroid/issues"
maintainers:
- name: "" # Add maintainer's name
contact: "" # Add maintainer's contact information
versions:
- id: "3.0.9"
date: "2024-03-01" # Updated to reflect the last update date
url: "https://github.com/OperatorFoundation/ReplicantAndroid/releases/tag/3.0.9"
languages:
- name: "Go"
---
2 changes: 1 addition & 1 deletion packages/ReplicantSwift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: "package"
permalink: "ReplicantSwift"
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/ReplicantSwift/blob/main/Replicant.png"
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "MIT"
Expand Down
31 changes: 31 additions & 0 deletions packages/Starbridge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: "package"
permalink: "Starbridge"
description: >-
Starbridge, developed by Operator Foundation, is a Pluggable Transport designed for minimal configuration, utilizing Replicant technology for network protocol obfuscation. Ideal for circumventing Internet censorship with minimal setup, Starbridge implements the Pluggable Transports 3.0, specifically the Swift Transports API v3.0, making it a prime choice for integration into applications requiring robust shapeshifting capabilities.

The project aims to provide a user-friendly approach to network traffic obfuscation, ensuring accessibility for users in restricted environments. Starbridge's integration of Replicant's advanced obfuscation techniques with a simplified configuration process represents a significant advancement in the field of Internet freedom technologies.
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "MIT License"
url: "https://github.com/OperatorFoundation/Starbridge/blob/master/LICENSE"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://github.com/OperatorFoundation/Starbridge"
- icon: "fas fa-book"
label: "package documentation"
url: "https://github.com/OperatorFoundation/Starbridge#readme"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://github.com/OperatorFoundation/Starbridge/issues"
maintainers:
- name: "Operator Foundation"
contact: "contact@operatorfoundation.org"
versions:
- id: "1.2.0"
date: "2023-02-19"
url: "https://github.com/OperatorFoundation/Starbridge/releases/tag/1.0.0"
languages:
- name: "Swift"
---
25 changes: 25 additions & 0 deletions packages/StarbridgeAndroid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: "package"
permalink: "StarbridgeAndroid"
description: >-
StarbridgeAndroid, developed by the Operator Foundation, is a Pluggable Transport for Android that simplifies the configuration process for users. Utilizing Replicant Pluggable Transport technology for network protocol obfuscation, Starbridge offers an accessible entry point for those seeking to circumvent Internet censorship with minimal setup.

Starbridge is part of the Shapeshifter project, which aims to provide network protocol shapeshifting technology to evade network filtering. Designed for Kotlin developers on Android, StarbridgeAndroid integrates seamlessly, offering various shapeshifting methods to disguise application traffic and bypass network restrictions.
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "fas fa-code-branch"
label: "repository"
url: "https://github.com/OperatorFoundation/StarbridgeAndroid"
- icon: "fas fa-book"
label: "package documentation"
url: "https://github.com/OperatorFoundation/StarbridgeAndroid/blob/master/README.md"
maintainers:
- name: ""
contact: ""
versions:
- id: "v1.0.6"
date: "2024-03-01"
url: "https://github.com/OperatorFoundation/StarbridgeAndroid/releases/tag/1.0.6"
languages:
- name: "Kotlin"
---
2 changes: 1 addition & 1 deletion packages/go-shadowsocks2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: >-
- TCP tunneling (e.g. benchmark with iperf3)
- SIP003 plugins
- Replay attack mitigation
icon: "https://shadowsocks.org/assets/img/favicon/apple-touch-icon.png"
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shadowsocks-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
A shadowsocks client for Android.

Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
icon: "https://shadowsocks.org/assets/img/favicon/apple-touch-icon.png"
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shadowsocks-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
This is a Rust port of shadowsocks.

Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
icon: "https://shadowsocks.org/assets/img/favicon/apple-touch-icon.png"
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/shadowsocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >-
which decrypts and forwards to the target. Replies from target are similarly
encrypted and relayed by ss-remote back to ss-local, which decrypts and
eventually returns to the original client.
icon: "https://shadowsocks.org/assets/img/favicon/apple-touch-icon.png"
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "fas fa-code-branch"
label: "repository"
Expand Down
2 changes: 1 addition & 1 deletion packages/shadowsocksx-ng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
Next Generation of ShadowsocksX

Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
icon: "https://shadowsocks.org/assets/img/favicon/apple-touch-icon.png"
icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png"
links:
- icon: "far fa-copyright"
label: "GPL-3.0"
Expand Down