[PR #2454] [MERGED] New Script: Hev socks5 server #3774

Closed
opened 2026-02-26 13:34:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2454
Author: @miviro
Created: 2/17/2025
Status: Merged
Merged: 2/23/2025
Merged by: @tremor021

Base: mainHead: hev-socks5-branch


📝 Commits (10+)

📊 Changes

3 files changed (+168 additions, -0 deletions)

View changed files

ct/hev-socks5-server.sh (+64 -0)
install/hev-socks5-server-install.sh (+61 -0)
json/hev-socks5-server.json (+43 -0)

📄 Description

✍️ Description

Added hev-socks5-server from https://github.com/heiher/hev-socks5-server which will allow users to connect to a SOCKS5 server.

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.

📋 Additional Information (optional)

Builds from source


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2454 **Author:** [@miviro](https://github.com/miviro) **Created:** 2/17/2025 **Status:** ✅ Merged **Merged:** 2/23/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `hev-socks5-branch` --- ### 📝 Commits (10+) - [`951575b`](https://github.com/community-scripts/ProxmoxVE/commit/951575b9a5c0f639e3a383668eea55d24ddd77b5) initial test - [`c189958`](https://github.com/community-scripts/ProxmoxVE/commit/c18995806ce23efa73a60cd36dc48fa6e42c5fe2) fix port message and replace back github urls - [`f9114d2`](https://github.com/community-scripts/ProxmoxVE/commit/f9114d218f983b054d4b822dfc6ebffaa43f9228) best practices - [`fa0d637`](https://github.com/community-scripts/ProxmoxVE/commit/fa0d6373b1fa89193d2baf385e0c5bd969c27979) final fixes - [`328aaad`](https://github.com/community-scripts/ProxmoxVE/commit/328aaad22fded52e3880b703ca1195a6e42ff27a) add username ct - [`22ab279`](https://github.com/community-scripts/ProxmoxVE/commit/22ab279d30d66c562231886c4f6fb63b815bbccc) last test, uyndo this commit - [`32fca66`](https://github.com/community-scripts/ProxmoxVE/commit/32fca66fe3005622e022be49df11ddaff78f3cef) final - [`48813fa`](https://github.com/community-scripts/ProxmoxVE/commit/48813faa8a0d58f4ff38150976cf045f47ba6b74) remove editor formatting chagnes from build.func - [`ab95a24`](https://github.com/community-scripts/ProxmoxVE/commit/ab95a24e4ce0a5fedb6212612ae1f2585abc1196) trailing line - [`b6a676d`](https://github.com/community-scripts/ProxmoxVE/commit/b6a676d9d1bbf0bbeadcb0f7e18d070556fbce7a) remove comments ### 📊 Changes **3 files changed** (+168 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/hev-socks5-server.sh` (+64 -0) ➕ `install/hev-socks5-server-install.sh` (+61 -0) ➕ `json/hev-socks5-server.json` (+43 -0) </details> ### 📄 Description ## ✍️ Description Added hev-socks5-server from https://github.com/heiher/hev-socks5-server which will allow users to connect to a SOCKS5 server. ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **New script** – A fully functional and tested script or script set. ## 📋 Additional Information (optional) Builds from source --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:34:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3774
No description provided.