frp/conf/frps.ini

15 lines
344 B
INI
Raw Normal View History

# [common] is integral section
2016-01-27 21:24:36 +08:00
[common]
bind_addr = 0.0.0.0
bind_port = 7000
2016-03-14 00:21:40 +08:00
# console or real logFile path like ./frps.log
log_file = ./frps.log
2016-01-27 21:24:36 +08:00
# debug, info, warn, error
log_level = info
2016-01-27 21:24:36 +08:00
# test1 is the proxy name, client will use this name and auth_token to connect to server
2016-01-27 21:24:36 +08:00
[test1]
auth_token = 123
2016-01-27 21:24:36 +08:00
bind_addr = 0.0.0.0
listen_port = 6000