[PR #24] [CLOSED] Dev #484

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

📋 Pull Request Information

Original PR: https://github.com/snail007/goproxy/pull/24
Author: @snail007
Created: 1/24/2018
Status: Closed

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

351 files changed (+51246 additions, -47 deletions)

View changed files

📝 CHANGELOG (+4 -1)
Godeps/Godeps.json (+133 -0)
Godeps/Readme (+5 -0)
📝 README.md (+20 -15)
docs/images/1.1.jpg (+0 -0)
docs/images/2.1.png (+0 -0)
docs/images/2.2.png (+0 -0)
docs/images/5.2.png (+0 -0)
📝 release.sh (+2 -2)
📝 services/http.go (+1 -5)
📝 services/socks.go (+1 -1)
utils/sni/sni.go (+173 -0)
📝 utils/structs.go (+24 -23)
vendor/github.com/alecthomas/template/LICENSE (+27 -0)
vendor/github.com/alecthomas/template/README.md (+25 -0)
vendor/github.com/alecthomas/template/doc.go (+406 -0)
vendor/github.com/alecthomas/template/exec.go (+845 -0)
vendor/github.com/alecthomas/template/funcs.go (+598 -0)
vendor/github.com/alecthomas/template/helper.go (+108 -0)
vendor/github.com/alecthomas/template/parse/lex.go (+556 -0)

...and 80 more files

📄 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/24 **Author:** [@snail007](https://github.com/snail007) **Created:** 1/24/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`11073aa`](https://github.com/snail007/goproxy/commit/11073aaaa507e9bc7bb964c56bf514d4271ddad3) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`08d9d90`](https://github.com/snail007/goproxy/commit/08d9d90fe1cffb6000a67c556ec3ae0a8269ec8c) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`a9dec75`](https://github.com/snail007/goproxy/commit/a9dec75e59f31281d8051d5ff1ded6cd4ec42dc0) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`8016056`](https://github.com/snail007/goproxy/commit/801605676c8d711bcbeceab44c991ce4461fd5bf) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`5cf9d72`](https://github.com/snail007/goproxy/commit/5cf9d72ed3d199794c77b6b5c4f23fcdb3171878) add vendor - [`86d9a0c`](https://github.com/snail007/goproxy/commit/86d9a0c0f351f6b6de997c7031183e6bdde5a4c8) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`bb2a167`](https://github.com/snail007/goproxy/commit/bb2a16720b27b65cd84e5595d0fdb3a57a2edf18) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`094bceb`](https://github.com/snail007/goproxy/commit/094bcebfa389675a808577acc5b1511ea234025c) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`df74bcc`](https://github.com/snail007/goproxy/commit/df74bcc8852b9cadac7ef19f1e72187599ca4d25) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> - [`d81a823`](https://github.com/snail007/goproxy/commit/d81a823da17b370dceddc2bda86a2118d2b99bc4) Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com> ### 📊 Changes **351 files changed** (+51246 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG` (+4 -1) ➕ `Godeps/Godeps.json` (+133 -0) ➕ `Godeps/Readme` (+5 -0) 📝 `README.md` (+20 -15) ➕ `docs/images/1.1.jpg` (+0 -0) ➕ `docs/images/2.1.png` (+0 -0) ➕ `docs/images/2.2.png` (+0 -0) ➕ `docs/images/5.2.png` (+0 -0) 📝 `release.sh` (+2 -2) 📝 `services/http.go` (+1 -5) 📝 `services/socks.go` (+1 -1) ➕ `utils/sni/sni.go` (+173 -0) 📝 `utils/structs.go` (+24 -23) ➕ `vendor/github.com/alecthomas/template/LICENSE` (+27 -0) ➕ `vendor/github.com/alecthomas/template/README.md` (+25 -0) ➕ `vendor/github.com/alecthomas/template/doc.go` (+406 -0) ➕ `vendor/github.com/alecthomas/template/exec.go` (+845 -0) ➕ `vendor/github.com/alecthomas/template/funcs.go` (+598 -0) ➕ `vendor/github.com/alecthomas/template/helper.go` (+108 -0) ➕ `vendor/github.com/alecthomas/template/parse/lex.go` (+556 -0) _...and 80 more files_ </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:10 +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#484
No description provided.