Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in README #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ to pass an alternate fd.
hostport is not specified, it defaults to port, if host is not
specified, it defaults to localhost.

-g Allow non-local clients

Allow non-local clients (command line compatibility for ocproxy)

-k keep alive interval (seconds)

TCP keepalive options for all connections on the remote network.
Expand All @@ -104,7 +108,7 @@ to pass an alternate fd.

Netmask to use on the remote network.

-g gateway
-G gateway

IP gateway to use on the remote network.

Expand Down Expand Up @@ -178,7 +182,7 @@ SSH connections on the remote network to our given IP address will connect
to our local SSH server. A HTTP proxy is available on the remote network
for accessing specific hosts, it is accessible via localhost:8888.
Openconnect sets the other necessary parameters via environmental variables.

g gateway

tsocks configuration
--------------------
Expand Down