修改了端口
This commit is contained in:
@@ -648,7 +648,7 @@ async fn main() -> std::io::Result<()> {
|
||||
info!("Attempting to start server...");
|
||||
|
||||
// 尝试多个端口
|
||||
let ports = vec![443, 8443, 8080, 3000, 8000, 8888];
|
||||
let ports = vec![4433, 8443, 8080, 3000, 8000, 8888];
|
||||
let mut server: Option<
|
||||
Pin<Box<dyn std::future::Future<Output = std::io::Result<()>> + Unpin>>,
|
||||
> = None;
|
||||
|
||||
Reference in New Issue
Block a user