From 41fd4bb673d5e3f212abaa7d001823fe4f8820e1 Mon Sep 17 00:00:00 2001 From: fatedier Date: Tue, 16 Aug 2016 15:09:32 +0800 Subject: [PATCH] typo --- conf/frpc.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/frpc.ini b/conf/frpc.ini index e5dc863d..98517708 100644 --- a/conf/frpc.ini +++ b/conf/frpc.ini @@ -1,4 +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" server_addr = 0.0.0.0 server_port = 7000 # if you want to connect frps by http proxy, you can set http_proxy here or in global environment variables