mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
add support for command line with frpc
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
# [common] is integral section
|
||||
[common]
|
||||
server_addr = 127.0.0.1
|
||||
server_addr = 0.0.0.0
|
||||
server_port = 7000
|
||||
# console or real logFile path like ./frpc.log
|
||||
log_file = console
|
||||
# debug, info, warn, error
|
||||
log_level = debug
|
||||
# file, console
|
||||
log_way = file
|
||||
|
||||
# test1 is the proxy name same as server's configuration
|
||||
[test1]
|
||||
|
Reference in New Issue
Block a user