mirror of
https://github.com/fatedier/frp.git
synced 2026-05-01 05:29:10 +08:00
utils/conn: support ipv6, fix #62
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# [common] is integral section
|
||||
[common]
|
||||
# A literal address or host name for IPv6 must be enclosed
|
||||
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
|
||||
bind_addr = 0.0.0.0
|
||||
bind_port = 7000
|
||||
# if you want to support virtual host, you must set the http port for listening (optional)
|
||||
|
||||
Reference in New Issue
Block a user