[GH-ISSUE #234] 为何我在阿里云上自动会绑定到 ipv6,我都禁用 ipv6 了 #160

Closed
opened 2026-05-05 11:53:47 -06:00 by gitea-mirror · 1 comment
Owner

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

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
Author
Owner

@ztj1993 commented on GitHub (Jan 16, 2017):

[common]
bind_addr = 127.0.0.1
即可

<!-- gh-comment-id:272901581 --> @ztj1993 commented on GitHub (Jan 16, 2017): [common] bind_addr = 127.0.0.1 即可
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#160
No description provided.