From caec4982cc2e36385f79b83d8d2f4b0bddcc984f Mon Sep 17 00:00:00 2001 From: king6cong Date: Tue, 8 May 2018 17:02:49 +0800 Subject: [PATCH] typo fix --- conf/frpc_full.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/frpc_full.ini b/conf/frpc_full.ini index eeb3c83..42010b1 100644 --- a/conf/frpc_full.ini +++ b/conf/frpc_full.ini @@ -73,7 +73,7 @@ remote_port = 6001 type = tcp local_ip = 127.0.0.1 local_port = 22 -# if remote_port is 0, frps will assgin a random port for you +# if remote_port is 0, frps will assign a random port for you remote_port = 0 # if you want to expose multiple ports, add 'range:' prefix to the section name @@ -125,7 +125,7 @@ type = https local_ip = 127.0.0.1 local_port = 8000 use_encryption = false -use_compression = false +use_compression = false subdomain = web01 custom_domains = web02.yourdomain.com