Defaulting to 'false' value for 'send_anonymously' in socks5 config if not present

This commit is contained in:
Jędrzej Stuczyński
2022-12-15 09:54:07 +00:00
parent eb07ec8580
commit 166c592766
+1
View File
@@ -143,6 +143,7 @@ pub struct Socks5 {
/// slower and consume nearly double the bandwidth as it will require sending reply SURBs.
///
/// Note that some service providers might not support this.
#[serde(default)]
send_anonymously: bool,
}