2016-02-29 06:56:47 +00:00
|
|
|
# [common] is integral section
|
2016-01-27 13:24:36 +00:00
|
|
|
[common]
|
|
|
|
bind_addr = 0.0.0.0
|
|
|
|
bind_port = 7000
|
2016-03-13 16:21:40 +00:00
|
|
|
# console or real logFile path like ./frps.log
|
|
|
|
log_file = console
|
2016-01-27 13:24:36 +00:00
|
|
|
# debug, info, warn, error
|
2016-02-18 03:42:31 +00:00
|
|
|
log_level = debug
|
2016-01-27 13:24:36 +00:00
|
|
|
|
2016-04-05 09:18:21 +00:00
|
|
|
# test1 is the proxy name, client will use this name and auth_token to connect to server
|
2016-01-27 13:24:36 +00:00
|
|
|
[test1]
|
2016-04-05 09:18:21 +00:00
|
|
|
auth_token = 123
|
2016-01-27 13:24:36 +00:00
|
|
|
bind_addr = 0.0.0.0
|
|
|
|
listen_port = 6000
|