[GH-ISSUE #3578] Plugin Socks5 - DNS Google #2856

Closed
opened 2026-05-05 13:50:54 -06:00 by gitea-mirror · 0 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2856
No description provided.