File tree 2 files changed +3
-3
lines changed
crates/shadowsocks-service/src/local
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ impl Server {
353
353
let mut server_builder = {
354
354
let local_addr = local_config. local_dns_addr . expect ( "missing local_dns_addr" ) ;
355
355
let remote_addr = local_config. remote_dns_addr . expect ( "missing remote_dns_addr" ) ;
356
- let client_cache_size = local_config. client_cache_size . unwrap_or_else ( 5 ) ;
356
+ let client_cache_size = local_config. client_cache_size . unwrap_or ( 5 ) ;
357
357
358
358
DnsBuilder :: with_context (
359
359
context. clone ( ) ,
Original file line number Diff line number Diff line change 1
1
class ShadowsocksRust < Formula
2
2
desc "Rust port of Shadowsocks"
3
3
homepage "https://github.com/shadowsocks/shadowsocks-rust"
4
- url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.1 .tar.gz"
5
- sha256 "da4c6256247207b2579721046292bab1a2ac62301878c73ff778c168caa8a990 "
4
+ url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.2 .tar.gz"
5
+ sha256 "04fb797d8d04b8af9c4746ab9c1d659a3575a677892c2d5d9194a4b0e210e2ab "
6
6
license "MIT"
7
7
head "https://github.com/shadowsocks/shadowsocks-rust.git" , branch : "master"
8
8
You can’t perform that action at this time.
0 commit comments