[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"bind_addr= 0.0.0.0
bind_port=7000# udp port to help make udp hole to penetrate nat#bind_udp_port = 9001# udp port used for kcp protocol, it can be same with 'bind_port'# if not set, kcp is disabled in frps#kcp_bind_port = 9000# specify which address proxy will listen for, default value is same with bind_addr# proxy_bind_addr = 127.0.0.1# if you want to support virtual host, you must set the http port for listening (optional)# Note: http port and https port can be same with bind_portvhost_http_port=80vhost_https_port=433# response header timeout(seconds) for vhost http server, default is 60s# vhost_http_timeout = 60# set dashboard_addr and dashboard_port to view dashboard of frps# dashboard_addr's default value is same with bind_addr# dashboard is available only if dashboard_port is setdashboard_addr= 0.0.0.0
dashboard_port=7500# dashboard user and passwd for basic auth protect, if not set, both default value is admindashboard_user= *********
dashboard_pwd= *********
# dashboard assets directory(only for debug mode)# assets_dir = ./static# console or real logFile path like ./frps.log#log_file = ./frps.log# trace, debug, info, warn, errorlog_level= trace
log_max_days=3# disable log colors when log_file is console, default is falsedisable_log_color=false# auth tokentoken= *********
# heartbeat configure, it's not recommended to modify the default value# the default value of heartbeat_timeout is 90# heartbeat_timeout = 90# only allow frpc to bind ports you list, if you set nothing, there won't be any limit#allow_ports = 5000-5010,8080# pool_count in each proxy will change to max_pool_count if they exceed the maximum valuemax_pool_count=10# max ports can be used for each client, default value is 0 means no limitmax_ports_per_client=0# if subdomain_host is not empty, you can set subdomain when type is http or https in frpc's configure file# when subdomain is test, the host used by routing is test.frps.comsubdomain_host= williamlfang.com
# if tcp stream multiplexing is used, default is truetcp_mux=true# custom 404 page for HTTP requests# custom_404_page = /path/to/404.html[plugin.user-manager]#addr = 127.0.0.1:9000#path = /handler#ops = Login[plugin.port-manager]#addr = 127.0.0.1:9001#path = /handler#ops = NewProxy