diff --git a/packages/Cloak.yaml b/packages/Cloak.yaml new file mode 100644 index 0000000..458f46c --- /dev/null +++ b/packages/Cloak.yaml @@ -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" +--- diff --git a/packages/ReplicantAndroid.yaml b/packages/ReplicantAndroid.yaml new file mode 100644 index 0000000..80e4e4c --- /dev/null +++ b/packages/ReplicantAndroid.yaml @@ -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" +--- diff --git a/packages/ReplicantSwift.yaml b/packages/ReplicantSwift.yaml index d6b10c1..05d7da9 100644 --- a/packages/ReplicantSwift.yaml +++ b/packages/ReplicantSwift.yaml @@ -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" diff --git a/packages/Starbridge.yaml b/packages/Starbridge.yaml new file mode 100644 index 0000000..61f71d1 --- /dev/null +++ b/packages/Starbridge.yaml @@ -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" +--- diff --git a/packages/StarbridgeAndroid.yaml b/packages/StarbridgeAndroid.yaml new file mode 100644 index 0000000..5b9d7aa --- /dev/null +++ b/packages/StarbridgeAndroid.yaml @@ -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" +--- diff --git a/packages/go-shadowsocks2.yaml b/packages/go-shadowsocks2.yaml index d1fb153..8cc303a 100644 --- a/packages/go-shadowsocks2.yaml +++ b/packages/go-shadowsocks2.yaml @@ -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" diff --git a/packages/shadowsocks-android.yaml b/packages/shadowsocks-android.yaml index 3ffa8cf..82afb39 100644 --- a/packages/shadowsocks-android.yaml +++ b/packages/shadowsocks-android.yaml @@ -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" diff --git a/packages/shadowsocks-rust.yaml b/packages/shadowsocks-rust.yaml index 65728ca..6095d8a 100644 --- a/packages/shadowsocks-rust.yaml +++ b/packages/shadowsocks-rust.yaml @@ -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" diff --git a/packages/shadowsocks.yaml b/packages/shadowsocks.yaml index d441c0f..c15fef8 100644 --- a/packages/shadowsocks.yaml +++ b/packages/shadowsocks.yaml @@ -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" diff --git a/packages/shadowsocksx-ng.yaml b/packages/shadowsocksx-ng.yaml index 0bc6c7b..7270053 100644 --- a/packages/shadowsocksx-ng.yaml +++ b/packages/shadowsocksx-ng.yaml @@ -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"