Conf d'openvpn
darcs-hash:20080228123815-af139-45398677dde47cc2e86282788c93252d7c6d3fa0.gz
This commit is contained in:
parent
5f0c6f5c27
commit
2cfb65fda6
15 changed files with 222 additions and 26 deletions
8
Python/etc/default/openvpn
Normal file
8
Python/etc/default/openvpn
Normal file
|
@ -0,0 +1,8 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
header("Configuration des tunnels a lancer par defauts")
|
||||
|
||||
if has("external"):
|
||||
@AUTOSTART = "main rescue"
|
||||
else:
|
||||
@AUTOSTART = "external"
|
Loading…
Add table
Add a link
Reference in a new issue