Defaulting to 'false' value for 'send_anonymously' in socks5 config if not present
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user