[common]server_addr=<你服务器的IP>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# 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# console or real logFile path like ./frpc.log#log_file = ./frpc.log# trace, debug, info, warn, errorlog_level=debug#log_max_days = 3#启用压缩use_compression=true# for authenticationprivilege_token=12345678#无法使用#token = 12345678#http代理[HTTP]type=httplocal_ip=127.0.0.1local_port=8080#自己的域名custom_domains=<你的域名,如:test.dongdongbo.cn,域名解析到你的服务器!!!>remote_port=800