mirror of
https://github.com/curl/curl.git
synced 2026-07-16 07:17:17 +03:00
parent
8e65877870
commit
f7df67cff0
92 changed files with 165 additions and 165 deletions
|
|
@ -84,7 +84,7 @@ my $port = 8999; # our default SCP/SFTP server port
|
|||
my $socksport = $port + 1; # our default SOCKS4/5 server port
|
||||
my $listenaddr = '127.0.0.1'; # default address on which to listen
|
||||
my $ipvnum = 4; # default IP version of listener address
|
||||
my $idnum = 1; # dafault ssh daemon instance number
|
||||
my $idnum = 1; # default ssh daemon instance number
|
||||
my $proto = 'ssh'; # protocol the ssh daemon speaks
|
||||
my $path = getcwd(); # current working directory
|
||||
my $logdir = $path .'/log'; # directory for log files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue