change rust lib port

This commit is contained in:
Face
2025-09-07 20:11:28 +03:00
parent b4e151e79f
commit 07deaaa130
3 changed files with 1 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ impl Default for GurtClientConfig {
max_connections_per_host: 4,
custom_ca_certificates: Vec::new(),
dns_server_ip: "135.125.163.131".to_string(),
dns_server_port: 8877,
dns_server_port: 4878,
}
}
}