mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #740] [MERGED] frpc: support connectiong frps by socks5 proxy #4247
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4247
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/fatedier/frp/pull/740
Author: @fatedier
Created: 5/4/2018
Status: ✅ Merged
Merged: 5/4/2018
Merged by: @fatedier
Base:
dev← Head:socks5📝 Commits (2)
30af327frpc: support connectiong frps by socks5 proxycd37d22vendor: udpate golang.org/x/net📊 Changes
151 files changed (+23518 additions, -14750 deletions)
View changed files
📝
client/control.go(+2 -2)📝
conf/frpc_full.ini(+2 -1)📝
glide.lock(+5 -3)📝
glide.yaml(+1 -1)📝
tests/func_test.go(+1 -1)📝
utils/net/conn.go(+2 -2)📝
utils/net/tcp.go(+50 -14)📝
vendor/golang.org/x/net/CONTRIBUTING.md(+5 -10)➖
vendor/golang.org/x/net/README(+0 -3)➕
vendor/golang.org/x/net/README.md(+16 -0)📝
vendor/golang.org/x/net/bpf/instructions.go(+16 -16)➕
vendor/golang.org/x/net/bpf/setter.go(+10 -0)📝
vendor/golang.org/x/net/context/context.go(+2 -102)➕
vendor/golang.org/x/net/context/go19.go(+20 -0)➕
vendor/golang.org/x/net/context/pre_go19.go(+109 -0)📝
vendor/golang.org/x/net/context/withtimeout_test.go(+7 -2)➕
vendor/golang.org/x/net/dns/dnsmessage/example_test.go(+132 -0)📝
vendor/golang.org/x/net/dns/dnsmessage/message.go(+1045 -216)📝
vendor/golang.org/x/net/dns/dnsmessage/message_test.go(+994 -253)📝
vendor/golang.org/x/net/html/atom/gen.go(+101 -37)...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.