From 05ffffac5e408ba639c01c6ef4e1149b8ebbcd9c Mon Sep 17 00:00:00 2001 From: tanghuafa Date: Wed, 23 Sep 2020 11:42:52 +0800 Subject: [PATCH] fix --- conf/frpc_full.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/frpc_full.ini b/conf/frpc_full.ini index 5d397705..b73d81a0 100644 --- a/conf/frpc_full.ini +++ b/conf/frpc_full.ini @@ -5,10 +5,11 @@ server_addr = 0.0.0.0 server_port = 7000 -# if you want to connect frps by http proxy or socks5 proxy, you can set http_proxy here or in global environment variables +# if you want to connect frps by http proxy or socks5 proxy or ntlm proxy, you can set http_proxy here or in global environment variables # it only works when protocol is tcp # http_proxy = http://user:passwd@192.168.1.128:8080 # http_proxy = socks5://user:passwd@192.168.1.128:1080 +# http_proxy = ntlm://user:passwd@192.168.1.128:2080 # console or real logFile path like ./frpc.log log_file = ./frpc.log