mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
frpc: add support for connecting server through http proxies, see #67
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
# 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
|
||||
# http_proxy = http://user:pwd@192.168.1.128:8080
|
||||
# console or real logFile path like ./frpc.log
|
||||
log_file = ./frpc.log
|
||||
# debug, info, warn, error
|
||||
|
Reference in New Issue
Block a user