Skip to content

Commit

Permalink
fix: also accept "proxy" for proxies, to support legacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jul 10, 2024
1 parent c160ed3 commit 434087c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ pub struct Configuration {
pub clean: Clean,

#[serde(default)]
#[serde(alias = "proxy")]
pub proxies: Proxies,
}

Expand Down

0 comments on commit 434087c

Please sign in to comment.