mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
* add inih * add configuration file for gpservice * Disable the UI configuration for extra args * remove VERSION_SUFFIX * remove ppa-publish.sh * Use Git repo as the source for PKGBUILD * remove VERSION_SUFFIX * Use Git repo as the source for PKGBUILD * add .install for PKGBUILD * add configuration file * Fix cmake * Fix cmake * Disable snap job * update AUR packaging * Disable the UI configuration for extra args * improve packaging script * update README.md * restart gpservice after package upgrading
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
# Configuration file for GlobalProtect-openconnect
|
|
#
|
|
# Description:
|
|
#
|
|
# Each section is a VPN gateway address, and [*] is a special section that defines the default configuration.
|
|
# See https://github.com/yuezk/GlobalProtect-openconnect/wiki/Configuration for more details.
|
|
#
|
|
# Example:
|
|
#
|
|
# [*]
|
|
# openconnect-args=<value>
|
|
#
|
|
# [vpn1.company.com]
|
|
# openconnect-args=--script=/path/to/vpnc-script
|
|
|
|
[*]
|
|
openconnect-args=
|