This commit is contained in:
JMARyA 2024-04-12 08:28:04 +02:00
parent 43452c7c14
commit d89760702a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 27 additions and 2 deletions

View file

@ -17,7 +17,7 @@ async fn main() -> std::io::Result<()> {
let proxym = {
let config: config::Config =
toml::from_str(&std::fs::read_to_string("./sample.conf").unwrap()).unwrap();
toml::from_str(&std::fs::read_to_string("./mirrord.conf").unwrap()).unwrap();
config.to_proxy()
};