From b5d6700a76296ec139db6591d12e7e2baa3e20ad Mon Sep 17 00:00:00 2001 From: Tim David Saxen Date: Thu, 29 Nov 2018 10:05:30 +0100 Subject: [PATCH] Allow multiple sub sections for tcp/udp server (Configuration) --- conf/frps_full.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/frps_full.ini b/conf/frps_full.ini index a1fc50c9..c9d9f5b0 100644 --- a/conf/frps_full.ini +++ b/conf/frps_full.ini @@ -69,3 +69,11 @@ subdomain_host = frps.com # if tcp stream multiplexing is used, default is true tcp_mux = true + +# Allow TCP/UDP proxies with deviant token +# [other1] +# token = 87654321 +# allow_ports = 3100-3110 +# [other2] +# token = 11111111 +# allow_ports = 3200-3210