mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-10-28 02:39:09 +00:00
Letsencrypt works
This commit is contained in:
@@ -12,6 +12,11 @@ use services::{TaskScheduler, XrayService};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
// Initialize default crypto provider for rustls
|
||||
rustls::crypto::aws_lc_rs::default_provider()
|
||||
.install_default()
|
||||
.expect("Failed to install rustls crypto provider");
|
||||
|
||||
// Parse command line arguments first
|
||||
let args = parse_args();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user