Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Dec 17, 2024
1 parent 3718db5 commit 54ca629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ Note: IPSec requires that IPv6 module is enabled in the kernel.
* Run the `snx-rs-gui` application, which will display a tray icon with a menu
* GNOME environment: if the tray icon is not displayed, install the [Appindicator](https://extensions.gnome.org/extension/615/appindicator-support/) extension

## Docker Usage

Check [this repository](https://github.com/leleobhz/snx-rs-docker) for a docker container.

## Command Line Usage

Check the [Configuration Options](https://github.com/ancwrd1/snx-rs/blob/main/options.md) section for a list of all available options. Options can be specified in the configuration file
Expand All @@ -95,6 +91,10 @@ Alternatively, in standalone mode, they can be specified via the command line of

Before the client can establish a connection, it must know the login (authentication) method to use (`--login-type` or `-o` option). To find the supported login types, run it with the `-m info` parameter:

## Docker Usage

Check [this repository](https://github.com/leleobhz/snx-rs-docker) for a docker container.

```sh
snx-rs -m info -s remote.acme.com
```
Expand Down

0 comments on commit 54ca629

Please sign in to comment.