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