mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2033] [plugin_socks5] control connection closed #1617
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#1617
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?
Originally created by @ffcommax on GitHub (Oct 20, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2033
Server:
[common]
server_addr = 0.0.0.0
bind_port = 443
Client:
[common]
server_addr = serverip
server_port = 443
[plugin_socks5]
type = tcp
remote_port = 6005
plugin = socks5
info log
frps tcp listen on 0.0.0.0:443
start frps success
client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control writer is closing
client exit success
client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control writer is closing
client exit success
debug log:
client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control connection closed
control writer is closing
client exit success
Accept new mux stream error: read tcp :443->:65408: read: connection reset by peer
client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control connection closed
control writer is closing
client exit success
Accept new mux stream error: read tcp :443->:65408: read: connection reset by peer
@fatedier commented on GitHub (Oct 25, 2020):
Can you show logs in frpc?