mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #371] [CLOSED] [ADDED] 增加remote_addr 客户端指定监听地址 #4187
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#4187
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/371
Author: @llcxyz
Created: 6/19/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
9e28fd2[ADDED] 增加remote_addr 客户端指定监听地址📊 Changes
3 files changed (+21 additions, -4 deletions)
View changed files
📝
models/config/proxy.go(+16 -0)📝
models/msg/msg.go(+2 -1)📝
server/proxy.go(+3 -3)📄 Description
有时作为隧道使用. 不想监听在公网地址. 仅对tcp有效.
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_addr=127.0.0.1 # listen on localhost
remote_port = 7003
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.