mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3377] The socks5 plug-in of frp cannot support ipv6 requests #2703
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#2703
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 @aa51513 on GitHub (Mar 29, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3377
Bug Description
I use the socks5 plug-in on frpc, after frpc connects to frps, I can't access the ipv6 website through the socks5 proxy port exposed by the server.
A known:
① It is normal to access the ipv4 website through the socks5 proxy;
②The client already supports ipv6 and can successfully access the ipv6 website;
frpc Version
0.46.1
frps Version
0.46.1
System Architecture
linux/amd64
Configurations
[common]server_addr = 127.0.0.1server_port = 7000[socks5_proxy_tunnel]type = tcpremote_port = 1080plugin = socks5use_encryption = falseuse_compression = true[common]bind_port = 7000Logs
exception log not found
Steps to reproduce
The problem can be reproduced by running directly with my configuration file
Affected area
@github-actions[bot] commented on GitHub (Apr 29, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.