[PR #975] [CLOSED] add multiple network interface support for socks5 plugin #4285

Closed
opened 2026-05-05 14:39:08 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/975
Author: @doggeddog
Created: 11/16/2018
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • 5b6f180 add multiple network interface support for socks5 plugin

📊 Changes

2 files changed (+37 additions, -2 deletions)

View changed files

📝 conf/frpc_full.ini (+11 -0)
📝 models/plugin/socks5.go (+26 -2)

📄 Description

Similar with wget(--bind-address) or cURL(--interface),
you can bind with a specific network interface.

config file like this:

[plugin_socks5_bind_addr]
type = tcp
remote_port = 6007
plugin = socks5
plugin_user = abc
plugin_passwd = abc
plugin_bind_addr = 172.21.0.107

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/975 **Author:** [@doggeddog](https://github.com/doggeddog) **Created:** 11/16/2018 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`5b6f180`](https://github.com/fatedier/frp/commit/5b6f18084c6af59be5b70c2b6d37ed3701b96cd7) add multiple network interface support for socks5 plugin ### 📊 Changes **2 files changed** (+37 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `conf/frpc_full.ini` (+11 -0) 📝 `models/plugin/socks5.go` (+26 -2) </details> ### 📄 Description Similar with wget(--bind-address) or cURL(--interface), you can bind with a specific network interface. config file like this: ``` [plugin_socks5_bind_addr] type = tcp remote_port = 6007 plugin = socks5 plugin_user = abc plugin_passwd = abc plugin_bind_addr = 172.21.0.107 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:39:08 -06:00
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#4285
No description provided.