[PR #5] [MERGED] Dev #478

Closed
opened 2026-02-27 23:17:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/snail007/goproxy/pull/5
Author: @snail007
Created: 10/19/2017
Status: Merged
Merged: 10/19/2017
Merged by: @snail007

Base: masterHead: dev


📝 Commits (2)

📊 Changes

15 files changed (+721 additions, -124 deletions)

View changed files

📝 CHANGELOG (+6 -0)
📝 README.md (+3 -1)
📝 config.go (+8 -2)
📝 install_auto.sh (+1 -1)
📝 main.go (+1 -1)
📝 release.sh (+1 -1)
📝 services/http.go (+32 -8)
📝 services/socks.go (+266 -79)
📝 services/tunnel_bridge.go (+18 -20)
📝 services/tunnel_client.go (+15 -9)
📝 services/tunnel_server.go (+3 -0)
utils/aes/aes.go (+84 -0)
📝 utils/functions.go (+21 -0)
utils/socks/structs.go (+260 -0)
📝 utils/structs.go (+2 -2)

📄 Description

No description provided


🔄 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/snail007/goproxy/pull/5 **Author:** [@snail007](https://github.com/snail007) **Created:** 10/19/2017 **Status:** ✅ Merged **Merged:** 10/19/2017 **Merged by:** [@snail007](https://github.com/snail007) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`e28d544`](https://github.com/snail007/goproxy/commit/e28d5449b515733189a36416a49cd2edc57f9030) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`3020dc5`](https://github.com/snail007/goproxy/commit/3020dc5c947717f5fd4df6e24100653b9962de58) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> ### 📊 Changes **15 files changed** (+721 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG` (+6 -0) 📝 `README.md` (+3 -1) 📝 `config.go` (+8 -2) 📝 `install_auto.sh` (+1 -1) 📝 `main.go` (+1 -1) 📝 `release.sh` (+1 -1) 📝 `services/http.go` (+32 -8) 📝 `services/socks.go` (+266 -79) 📝 `services/tunnel_bridge.go` (+18 -20) 📝 `services/tunnel_client.go` (+15 -9) 📝 `services/tunnel_server.go` (+3 -0) ➕ `utils/aes/aes.go` (+84 -0) 📝 `utils/functions.go` (+21 -0) ➕ `utils/socks/structs.go` (+260 -0) 📝 `utils/structs.go` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:17:08 +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/goproxy#478
No description provided.