mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3578] Plugin Socks5 - DNS Google #2856
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#2856
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 @bannyhm on GitHub (Aug 17, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3578
Bug Description
in the last few days, when using the socks5 plugin, Google DNS has started to be determined. the problem started in windows and linux. How to solve this problem, you need to show the DNS of my operator.
frpc Version
0.51.2
frps Version
0.51.2
System Architecture
windows/amd64
Configurations
frps.ini:
[common]
bind_addr = 0.0.0.0
bind_port = 9300
kcp_bind_port = 9300
quic_bind_port = 9301
dashboard_addr = 0.0.0.0
dashboard_port = 7500
dashboard_user = user
dashboard_pwd = user
enable_prometheus = true
detailed_errors_to_client = true
authentication_method = token
authenticate_heartbeats = false
authenticate_new_work_conns = false
token = 12345678
oidc_issuer =
oidc_audience =
oidc_skip_expiry_check = false
oidc_skip_issuer_check = false
allow_ports = 6401-7000,7001,7003,8000-60000
max_pool_count = 5
max_ports_per_client = 0
tls_only = false
subdomain_host = frps.com
tcp_mux = true
udp_packet_size = 1500
frpc.ini:
[common]
forward_all = tcp+udp
all_use_encryption = true
all_use_compression = false
server_addr = x.x.x.x
server_port = 9300
plugin_user = xxxx
plugin_passwd = xxxx
authentication_method = token
token = 12345678
udp_forward = true
[web_tcp82]
type = tcp
local_ip = 127.0.0.1
local_port = 6421
remote_port = 6421
use_encryption = true
use_compression = true
[web_udp82]
type = udp
local_ip = 127.0.0.1
local_port = 6410
remote_port = 6410
use_encryption = false
use_compression = false
protocol = udp
[plugin_socks5]
type = tcp
local_ip = 127.0.0.1
local_port = 6410
remote_port = 6410
plugin = socks5
plugin_user = xxxx
plugin_passwd = xxxx
Logs
No response
Steps to reproduce
...
Affected area