Skip to content

Commit

Permalink
Revert "⛔ config: deny unknown fields"
Browse files Browse the repository at this point in the history
This reverts commit 29991bc.
  • Loading branch information
zonyitoo committed Feb 5, 2023
1 parent a9601f3 commit c0cb586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/shadowsocks-service/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ struct SSBalancerConfig {
}

#[derive(Serialize, Deserialize, Debug, Default)]
#[serde(deny_unknown_fields)]
struct SSConfig {
#[serde(skip_serializing_if = "Option::is_none")]
server: Option<String>,
Expand Down

0 comments on commit c0cb586

Please sign in to comment.