Skip to content

Commit 434087c

Browse files
committed
fix: also accept "proxy" for proxies, to support legacy config
1 parent c160ed3 commit 434087c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/models/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pub struct Configuration {
6666
pub clean: Clean,
6767

6868
#[serde(default)]
69+
#[serde(alias = "proxy")]
6970
pub proxies: Proxies,
7071
}
7172

0 commit comments

Comments
 (0)