diff --git a/frps.ini b/frps.ini new file mode 100644 index 0000000..61a8bb7 --- /dev/null +++ b/frps.ini @@ -0,0 +1,21 @@ +[common] +bind_addr = 0.0.0.0 +bind_port = 7000 +bind_udp_port = 7001 +kcp_bind_port = 7000 +vhost_http_port = 80 +vhost_https_port = 443 +dashboard_addr = 0.0.0.0 +dashboard_port = 7500 +dashboard_user = admin +dashboard_pwd = admin +log_file = ./frps.log +log_level = info +log_max_days = 3 +disable_log_color = false +token = 12345678 +allow_ports = 2000-3000,3001,3003,4000-50000 +max_pool_count = 5 +max_ports_per_client = 0 +subdomain_host = frps.com +tcp_mux = true \ No newline at end of file