Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openconnect
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
mirror
openconnect
Commits
c391ff7a
Commit
c391ff7a
authored
Apr 01, 2020
by
Daniel Lenski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the manual and `--help` to explain `--passtos` a little more
Signed-off-by:
Daniel Lenski
<
dlenski@gmail.com
>
parent
21da8839
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
main.c
main.c
+1
-1
openconnect.8.in
openconnect.8.in
+3
-1
No files found.
main.c
View file @
c391ff7a
...
...
@@ -844,7 +844,7 @@ static void usage(void)
#endif
printf
(
" --reconnect-timeout %s
\n
"
,
_
(
"Connection retry timeout in seconds"
));
printf
(
" --resolve=HOST:IP %s
\n
"
,
_
(
"Use IP when connecting to HOST"
));
printf
(
" --passtos %s
\n
"
,
_
(
"
copy TOS / TCLASS when using DTLS
"
));
printf
(
" --passtos %s
\n
"
,
_
(
"
Copy TOS / TCLASS field into DTLS and ESP packets
"
));
printf
(
" --dtls-local-port=PORT %s
\n
"
,
_
(
"Set local port for DTLS and ESP datagrams"
));
printf
(
"
\n
%s:
\n
"
,
_
(
"Authentication (two-phase)"
));
...
...
openconnect.8.in
View file @
c391ff7a
...
...
@@ -222,7 +222,9 @@ Use syslog for progress messages
Prepend a timestamp to each progress message
.TP
.B \-\-passtos
Copy TOS / TCLASS of payload packet into DTLS packets.
Copy TOS / TCLASS of payload packet into DTLS and ESP packets. This is
not set by default because it may leak information about the payload
(for example, by differentiating voice/video traffic).
.TP
.B \-U,\-\-setuid=USER
Drop privileges after connecting, to become user
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment