diff --git a/README.md b/README.md new file mode 100644 index 0000000..95d61ec --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# GOST-PLUS + +A cross-platform GUI client for [GOST.PLUS](https://gost.plus) built with [gioui](https://gioui.org). + +## Features + +### File Tunnel + +Expose local files to the public network. + + + +### HTTP Tunnel + +Expose local HTTP service to the public network. + + + +### TCP Tunnel + +Expose local TCP service to the public network. + + + +### UDP Tunnel + +Expose local UDP service to the public network. + + + +## Screenshot + +### Desktop + + + + + + +### Mobile + + + + \ No newline at end of file diff --git a/assets/add-android.png b/assets/add-android.png new file mode 100644 index 0000000..f83ef44 Binary files /dev/null and b/assets/add-android.png differ diff --git a/assets/add.png b/assets/add.png new file mode 100644 index 0000000..f82a663 Binary files /dev/null and b/assets/add.png differ diff --git a/assets/edit-android.png b/assets/edit-android.png new file mode 100644 index 0000000..bdd580f Binary files /dev/null and b/assets/edit-android.png differ diff --git a/assets/edit.png b/assets/edit.png new file mode 100644 index 0000000..a05aab2 Binary files /dev/null and b/assets/edit.png differ diff --git a/assets/file-tunnel.gif b/assets/file-tunnel.gif new file mode 100644 index 0000000..3cb7854 Binary files /dev/null and b/assets/file-tunnel.gif differ diff --git a/assets/http-tunnel.gif b/assets/http-tunnel.gif new file mode 100644 index 0000000..738e9cd Binary files /dev/null and b/assets/http-tunnel.gif differ diff --git a/assets/list-android.png b/assets/list-android.png new file mode 100644 index 0000000..080c8a1 Binary files /dev/null and b/assets/list-android.png differ diff --git a/assets/list.png b/assets/list.png new file mode 100644 index 0000000..a08f5f4 Binary files /dev/null and b/assets/list.png differ diff --git a/assets/menu.png b/assets/menu.png new file mode 100644 index 0000000..5214f70 Binary files /dev/null and b/assets/menu.png differ diff --git a/assets/tcp-tunnel.gif b/assets/tcp-tunnel.gif new file mode 100644 index 0000000..7e71854 Binary files /dev/null and b/assets/tcp-tunnel.gif differ diff --git a/assets/udp-tunnel.gif b/assets/udp-tunnel.gif new file mode 100644 index 0000000..e5d62f3 Binary files /dev/null and b/assets/udp-tunnel.gif differ