Skip to content

Configuration

Kevin Yue edited this page May 9, 2022 · 7 revisions

Description

Configuration file: /etc/gpservice/gp.conf.

Each section is a VPN gateway address, and [*] is a special section that defines the default configuration.

Example

[*]
openconnect-args=<value>

[vpn1.company.com]
openconnect-args=--script=/path/to/vpnc-script

Options

openconnect-args

Extra parameters that passed to the openconnect command.

Clone this wiki locally