actions
This commit is contained in:
parent
43452c7c14
commit
d89760702a
3 changed files with 27 additions and 2 deletions
|
@ -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()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue