Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit982efdf

Browse files
committed
set default value for --exec-args argument
1 parent64baf91 commit982efdf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
plexus (3.1-2+deb12u3) unstable; urgency=low
2+
3+
* - Set default value to --exec-args argument.
4+
5+
-- Novemus Band <nineletters@mail.ru> Thu, 8 Aug 2024 00:07:00 +0300
6+
17
plexus (3.1-1+deb12u3) unstable; urgency=low
28

39
* - The ability to use DHT as the rendezvous.

‎main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int main(int argc, char** argv)
7474
("email-ca", boost::program_options::value<std::string>()->default_value(""),"path to the email Certification Authority")
7575
("punch-hops", boost::program_options::value<uint16_t>()->default_value(7),"time-to-live parameter for the punch packet")
7676
("exec-command", boost::program_options::value<std::string>()->required(),"command executed after punching the NAT")
77-
("exec-args", boost::program_options::value<std::string>()->default_value(""),"arguments for the command executed after punching the NAT, allowed wildcards: %innerip%, %innerport%, %outerip%, %outerport%, %peerip%, %peerport%, %secret%, %hostpin%, %peerpin%, %hostemail%, %peeremail%")
77+
("exec-args", boost::program_options::value<std::string>()->default_value("%innerip% %innerport% %outerip% %outerport% %peerip% %peerport%"),"arguments for the command executed after punching the NAT, allowed wildcards: %innerip%, %innerport%, %outerip%, %outerport%, %peerip%, %peerport%, %secret%, %hostpin%, %peerpin%, %hostemail%, %peeremail%")
7878
("exec-pwd", boost::program_options::value<std::string>()->default_value(""),"working directory for executable, the above wildcards are allowed")
7979
("exec-log", boost::program_options::value<std::string>()->default_value(""),"exec log file, the above wildcards are allowed")
8080
("log-level", boost::program_options::value<wormhole::log::severity>()->default_value(wormhole::log::info),"log level: <fatal|error|warning|info|debug|trace>")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp