1234567891011121314151617 |
- # common是必须的section
- [common]
- bind_addr = 0.0.0.0
- bind_port = 7000
- log_file = ./frps.log
- # debug, info, warn, error
- log_level = info
- # file, console
- log_way = console
- # 心跳检测超时时间,单位秒,默认为30
- heartbeat_timeout = 30
- # test1即为name
- [test1]
- passwd = 123
- bind_addr = 0.0.0.0
- listen_port = 6000
|