mirror of
https://github.com/fatedier/frp.git
synced 2026-04-28 20:19:10 +08:00
config: inline is NOT SUPPORTED in encoding/json (#2304)
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
// recommended to use GetDefaultClientConf instead of creating this object
|
||||
// directly, so that all unspecified fields have reasonable default values.
|
||||
type ClientCommonConf struct {
|
||||
auth.ClientConfig `ini:",extends" json:"inline"`
|
||||
auth.ClientConfig `ini:",extends"`
|
||||
|
||||
// ServerAddr specifies the address of the server to connect to. By
|
||||
// default, this value is "0.0.0.0".
|
||||
|
||||
Reference in New Issue
Block a user