From 78bcea1957ca34468efaae5a5cee20debb73685c Mon Sep 17 00:00:00 2001 From: JoGSal <59185898+JoGSal@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:16:49 -0500 Subject: [PATCH] Create shapeshifter-dispatcher new entry, shapeshifter-dispatcher --- packages/shapeshifter-dispatcher | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 packages/shapeshifter-dispatcher diff --git a/packages/shapeshifter-dispatcher b/packages/shapeshifter-dispatcher new file mode 100644 index 0000000..4bf8cc9 --- /dev/null +++ b/packages/shapeshifter-dispatcher @@ -0,0 +1,32 @@ +--- +layout: "package" +permalink: "shapeshifter-dispatcher" +description: >-Shapeshifter Dispatcher converts Pluggable Transports that implement the Go API from the Pluggable Transports 2.1 specification into proxies usable by applications. Several proxy modes are provided, including proxying of both TCP and UDP traffic. + +icon: "https://github.com/Pluggable-Transports/Pluggable-Transports-software/raw/main/assets/pkg.png" +links: +- icon: "far fa-copyright" + label: "MIT" + url: "https://github.com/OperatorFoundation/shapeshifter-dispatcher/blob/main/LICENSE" +- icon: "fas fa-rss" + label: "news" + url: "https://github.com/OperatorFoundation/shapeshifter-dispatcher/activity" +- icon: "fas fa-code-branch" + label: "repository" + url: "https://github.com/OperatorFoundation/shapeshifter-dispatcher" +- icon: "fas fa-book" + label: "package documentation" + url: "https://github.com/OperatorFoundation/shapeshifter-dispatcher/tree/main/doc" +- icon: "fas fa-bug" + label: "report a problem" + url: "https://github.com/OperatorFoundation/shapeshifter-dispatcher/issues" +maintainers: +- name: "" + contact: "" +versions: +- id: "v3.0.1" + date: "06-30-2022" + url: "https://github.com/OperatorFoundation/shapeshifter-dispatcher/releases/tag/v3.0.1" +languages: +- name: "GO" +---