feat(config): add PaddingScheme to configuration and update server config logic
This commit is contained in:
@@ -24,6 +24,7 @@ type SecurityConfig struct {
|
||||
RealityPublicKey string `json:"reality_public_key"`
|
||||
RealityShortId string `json:"reality_short_id"`
|
||||
RealityMldsa65seed string `json:"reality_mldsa65seed"`
|
||||
PaddingScheme string `json:"padding_scheme"`
|
||||
}
|
||||
|
||||
type TransportConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user