change default socks proxy port to 9150

This commit is contained in:
Nick Mathewson 2020-11-24 12:27:11 -05:00
parent 200a7dbd26
commit b9685e4efb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ struct Args {
#[argh(switch)]
trace: bool,
/// run a socks proxy on port N.
#[argh(option, default = "9051")]
#[argh(option, default = "9150")]
socksport: u16,
}