[vpn] Oublis
This commit is contained in:
parent
109d01be07
commit
7f13cdd56c
2 changed files with 6 additions and 6 deletions
|
@ -3,13 +3,13 @@
|
||||||
<Service name="openvpn"/>
|
<Service name="openvpn"/>
|
||||||
<Python name="/etc/default/openvpn"/>
|
<Python name="/etc/default/openvpn"/>
|
||||||
<Group name="external">
|
<Group name="external">
|
||||||
<Python name="/etc/openvpn/komaz.conf"/>
|
<Python name="/etc/openvpn/odlyd.conf"/>
|
||||||
<Python name="/etc/openvpn/freebox.conf"/>
|
<Python name="/etc/openvpn/freebox.conf"/>
|
||||||
</Group>
|
</Group>
|
||||||
<Group name="external" negate="true">
|
<Group name="external" negate="true">
|
||||||
<Path name="/etc/openvpn/ovh.conf"/>
|
<Path name="/etc/openvpn/soyouz.conf"/>
|
||||||
<Path name="/etc/openvpn/ovh.connect"/>
|
<Path name="/etc/openvpn/arp_proxy_soyouz"/>
|
||||||
<Path name="/etc/openvpn/ovh.disconnect"/>
|
<Path name="/etc/openvpn/arp_unproxy_soyouz"/>
|
||||||
</Group>
|
</Group>
|
||||||
<Path name="/etc/openvpn/allowed_clients"/>
|
<Path name="/etc/openvpn/allowed_clients"/>
|
||||||
</Bundle>
|
</Bundle>
|
||||||
|
|
|
@ -6,6 +6,6 @@ header("Configuration des tunnels a lancer par defauts")
|
||||||
@OPTARGS="--script-security 2"
|
@OPTARGS="--script-security 2"
|
||||||
|
|
||||||
if has("external"):
|
if has("external"):
|
||||||
@AUTOSTART="komaz"
|
@AUTOSTART="odlyd"
|
||||||
else:
|
else:
|
||||||
@AUTOSTART="ovh"
|
@AUTOSTART="soyouz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue