mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #234] 为何我在阿里云上自动会绑定到 ipv6,我都禁用 ipv6 了 #160
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#160
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 @ztj1993 on GitHub (Jan 16, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/234
lsof -i:7500
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
frps 2112 root 6u IPv6 16788 0t0 TCP *:silhouette (LISTEN)
请问如何绑定到 ipv4 呢?版本是 v0.9.2
@ztj1993 commented on GitHub (Jan 16, 2017):
[common]
bind_addr = 127.0.0.1
即可