mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 08:30:53 +00:00
.env file support
This commit is contained in:
parent
3e33244e26
commit
c82c610c4b
3 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ struct Args {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
dotenv::dotenv().ok();
|
||||
env_logger::Builder::from_env(Env::default().default_filter_or("info")).init();
|
||||
let args = Args::parse();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue