mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1444] [FEATURE REQUEST] ipv6 support #1140
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#1140
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 @qiangbro on GitHub (Sep 23, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1444
希望配置参数中的 server_addr 支持ipv6格式的地址
@fatedier commented on GitHub (Sep 28, 2019):
请先测试能否支持。
@qiangbro commented on GitHub (Oct 22, 2019):
已测试。

目前不支持在配置文件中配置ipv6格式的ip地址。
读取配置文件时会直接报错:
@fatedier commented on GitHub (Oct 22, 2019):
示例配置中有格式说明,可以从文档中找到详细配置说明的链接查看。
@qiangbro commented on GitHub (Oct 22, 2019):
按照格式配置,测试通过。
@fangzy97 commented on GitHub (Dec 29, 2022):
老哥,能问下你是怎么配置的吗,我在实例里没有找到例子
@qiangbro commented on GitHub (Jan 12, 2023):
注意格式的说明

看frpc-full.ini
A literal address or host name for IPv6 must be enclosed in square brackets
@fangzy97 commented on GitHub (Jan 12, 2023):
感谢,已经解决了