[PR #105] [MERGED] v5.2 #524

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

📋 Pull Request Information

Original PR: https://github.com/snail007/goproxy/pull/105
Author: @snail007
Created: 7/9/2018
Status: Merged
Merged: 7/9/2018
Merged by: @snail007

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

22 files changed (+853 additions, -435 deletions)

View changed files

📝 CHANGELOG (+5 -0)
📝 README.md (+19 -31)
📝 README_ZH.md (+20 -10)
📝 config.go (+0 -2)
📝 docs/old-release.md (+1 -0)
📝 install_auto.sh (+1 -1)
📝 main.go (+1 -1)
📝 release.sh (+1 -1)
📝 sdk/android-ios/dns.go (+1 -1)
📝 sdk/android-ios/sdk.go (+0 -2)
📝 services/http/http.go (+8 -7)
📝 services/mux/mux_bridge.go (+1 -1)
📝 services/socks/socks.go (+44 -217)
services/socks/udp.go (+321 -0)
services/sps/socksudp.go (+306 -0)
📝 services/sps/sps.go (+35 -18)
📝 utils/cert/cert.go (+1 -1)
📝 utils/conncrypt/conncrypt.go (+2 -2)
📝 utils/functions.go (+0 -93)
📝 utils/socks/client.go (+3 -3)

...and 2 more files

📄 Description

v5.2


🔄 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/105 **Author:** [@snail007](https://github.com/snail007) **Created:** 7/9/2018 **Status:** ✅ Merged **Merged:** 7/9/2018 **Merged by:** [@snail007](https://github.com/snail007) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`2336e77`](https://github.com/snail007/goproxy/commit/2336e77ac4b0412c84be5d790e0996b7b11f6747) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`a9f8acd`](https://github.com/snail007/goproxy/commit/a9f8acd98d2c9e437512bcc5d0a4598e6518a863) Merge branch 'dev' of https://github.com/snail007/goproxy.git into dev - [`0932aec`](https://github.com/snail007/goproxy/commit/0932aecff3c0a0e0ecf13cee6d02e29a5fcd7721) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`9fa1c49`](https://github.com/snail007/goproxy/commit/9fa1c4932b63deda0fa0d83d4ea15401d6dbc527) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`05d2f16`](https://github.com/snail007/goproxy/commit/05d2f16777b4c52613cfcb79112b81799391b703) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`d84a4be`](https://github.com/snail007/goproxy/commit/d84a4bec86b6490d1aa5d6a4acceb675e25f95c6) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`20c31b0`](https://github.com/snail007/goproxy/commit/20c31b0c68969e133ead1393720602699853292b) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`846956a`](https://github.com/snail007/goproxy/commit/846956a9fede2970594620ae8dbc47abf3b7b4bf) no message - [`bf72325`](https://github.com/snail007/goproxy/commit/bf72325fc0b3c4132003c87fd1af84026c280eb7) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`eaf836e`](https://github.com/snail007/goproxy/commit/eaf836eff33dca62d383d04101d8924b2e26217b) no message ### 📊 Changes **22 files changed** (+853 additions, -435 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG` (+5 -0) 📝 `README.md` (+19 -31) 📝 `README_ZH.md` (+20 -10) 📝 `config.go` (+0 -2) 📝 `docs/old-release.md` (+1 -0) 📝 `install_auto.sh` (+1 -1) 📝 `main.go` (+1 -1) 📝 `release.sh` (+1 -1) 📝 `sdk/android-ios/dns.go` (+1 -1) 📝 `sdk/android-ios/sdk.go` (+0 -2) 📝 `services/http/http.go` (+8 -7) 📝 `services/mux/mux_bridge.go` (+1 -1) 📝 `services/socks/socks.go` (+44 -217) ➕ `services/socks/udp.go` (+321 -0) ➕ `services/sps/socksudp.go` (+306 -0) 📝 `services/sps/sps.go` (+35 -18) 📝 `utils/cert/cert.go` (+1 -1) 📝 `utils/conncrypt/conncrypt.go` (+2 -2) 📝 `utils/functions.go` (+0 -93) 📝 `utils/socks/client.go` (+3 -3) _...and 2 more files_ </details> ### 📄 Description v5.2 --- <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:18 +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#524
No description provided.