11 lines
265 B
Python
11 lines
265 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
header("Configuration des tunnels a lancer par defauts")
|
|
|
|
@# Il faut pourvoir lancer le script /usr/share/openvpn/verify-cn
|
|
@OPTARGS="--script-security 2"
|
|
|
|
if has("external"):
|
|
@AUTOSTART="komaz"
|
|
else:
|
|
@AUTOSTART="ovh"
|