mirror of
https://github.com/alpkeskin/rota.git
synced 2026-04-26 04:05:59 +03:00
[PR #25] fix: add SOCKS4 for CONNECT #24
Labels
No labels
bug
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rota#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alpkeskin/rota/pull/25
Author: @HellLord77
Created: 2/20/2026
Status: 🔄 Open
Base:
main← Head:socks4📝 Commits (2)
d46d2eafix: add missing SOCKS4 for CONNECTc8343abfeat: simplify socks dialer📊 Changes
4 files changed (+52 additions, -102 deletions)
View changed files
📝
core/go.mod(+1 -1)📝
core/internal/models/proxy.go(+37 -20)📝
core/internal/proxy/handler.go(+7 -26)📝
core/internal/proxy/transport.go(+7 -55)📄 Description
currently only GET can handle SOCKS4
this pr adds SOCKS4 support when using CONNECT
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.