mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fixed tests
This commit is contained in:
@@ -46,6 +46,7 @@ use config::Config;
|
||||
/// password: "server-password".to_string(),
|
||||
/// method: "aes-256-cfb".to_string(),
|
||||
/// timeout: None,
|
||||
/// dns_cache_capacity: 1024,
|
||||
/// }));
|
||||
/// RelayLocal::new(config).run();
|
||||
/// ```
|
||||
|
||||
@@ -42,6 +42,7 @@ use config::Config;
|
||||
/// password: "server-password".to_string(),
|
||||
/// method: "aes-256-cfb".to_string(),
|
||||
/// timeout: None,
|
||||
/// dns_cache_capacity: 1024,
|
||||
/// }));
|
||||
/// RelayServer::new(config).run();
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user