6.1、服务端全配置文件 frps_full_example.toml # This configuration file is for reference only. Please do not use this configuration directly to run the program as it may have various issues.# A literal address or host name for IPv6 must be enclosed# in square brackets, as in "[::1]:80...
authenticate_new_work_conns = false # auth token token = 12345678 # oidc_client_id specifies the client ID to use to get a token in OIDC authentication if AuthenticationMethod == "oidc". # By default, this value is "". oidc_client_id = # oidc_client_secret specifies the client secret...
authenticate_new_work_conns = false # auth token token = 12345678 authentication_method = # oidc_client_id specifies the client ID to use to get a token in OIDC authentication if AuthenticationMethod == "oidc". # By default, this value is "". oidc_client_id = # oidc_client_secret spec...
2020/07/31 18:18:36 [D] [control.go:248] [79766dec063b13ec] get work connection from pool 2020/07/31 18:18:36 [I] [proxy.go:91] [79766dec063b13ec] [test_static_file] get a new work connection: [58.250.158.172:60445] 2020/07/31 18:18:36 [T] [proxy.go:230] [79766dec063...
2018/02/18 00:00:04 [I] [proxy.go:85] [b1b773b1c46f7dd6] [git_web] get a new work connection: [x.x.x.x:21439] 2018/02/18 00:00:06 [I] [proxy.go:85] [b1b773b1c46f7dd6] [git_web] get a new work connection: [x.x.x.x:21439] ...
# 2个客户端链接到服务端后日志里都会提示 new work connection registered # windows客户端登录linux 测试127.0.0.110022正常就可以登录到linux节点 可以用传输文件至linux客户端来检测网络传输瓶颈 3.3 点对点内网穿透 https://gofrp.org/docs/examples/xtcp/...
# Optional values are HeartBeats, NewWorkConns.# auth.additionalScopes = ["HeartBeats", "NewWorkConns"]# auth tokenauth.token = "12345678"# oidc.clientID specifies the client ID to use to get a token in OIDC authentication.# auth.oidc.clientID = ""# oidc.clientSecret specifies the ...
# Optional values are HeartBeats, NewWorkConns. # auth.additionalScopes = ["HeartBeats", "NewWorkConns"] # auth token auth.token = "114514" # oidc.clientID specifies the client ID to use to get a token in OIDC authentication. # auth.oidc.clientID = "" ...
# auth.additionalScopes = ["HeartBeats", "NewWorkConns"] # auth token auth.token = "12345678" # oidc.clientID specifies the client ID to use to get a token in OIDC authentication.# auth.oidc.clientID = "" # oidc.clientSecret specifies the client secret to use to get a token in...
# Optional values are HeartBeats, NewWorkConns.# auth.additionalScopes = ["HeartBeats", "NewWorkConns"] # auth token auth.token = "12345678" # oidc.clientID specifies the client ID to use to get a token in OIDC authentication.# auth.oidc.clientID = "" # oidc.clientSecret specifies ...