mirror of
https://github.com/novatiq/packages.git
synced 2026-06-22 21:30:27 +01:00
559afd02c6
An open implementation of Fortinet's proprietary PPP+SSL VPN solution Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
config service 'openfortivpn'
|
|
option 'enabled' '0'
|
|
option 'host' 'vpn-gateway'
|
|
option 'port' '10443'
|
|
option 'set_routes' '0'
|
|
option 'set_dns' '0'
|
|
option 'pppd_use_peerdns' '0'
|
|
option 'username' 'foo'
|
|
option 'password' 'bar'
|
|
config 'certs'
|
|
# example X509 certificate sha256 sum, trust only defined one(s)!
|
|
option 'trusted_cert' 'e46d4aff08ba6914e64daa85bc6112a422fa7ce16631bff0b592a28556f993db'
|