Allow multiple sub sections for tcp/udp server (Configuration)

This commit is contained in:
Tim David Saxen 2018-11-29 10:05:30 +01:00 committed by GitHub
parent b5faaa8c8f
commit b5d6700a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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