socks5 and port forwarding (#1118)

This commit is contained in:
Sijie.Sun
2025-07-17 10:09:25 +08:00
committed by GitHub
parent 3f6c7ba1d2
commit 940238f158
2 changed files with 45 additions and 17 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ mod tests {
#[tokio::test]
async fn test_socket_addrs() {
let url = url::Url::parse("tcp://public.easytier.cn:80").unwrap();
let url = url::Url::parse("tcp://github-ci-test.easytier.cn:80").unwrap();
let addrs = socket_addrs(&url, || Some(80)).await.unwrap();
assert_eq!(2, addrs.len(), "addrs: {:?}", addrs);
println!("addrs: {:?}", addrs);