We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4f31b commit a49e9deCopy full SHA for a49e9de
README.Debian
@@ -0,0 +1,22 @@
1
+initial configuration
2
+---------------------
3
+Copy on example configuration file from /usr/share/doc/mlvpn/examples/ to /etc/mlvpn/xxx.conf
4
+Make sure the configuration file is NOT readable by anyone other than root: chmod 0600 /etc/mlvpn/*.conf
5
+
6
+multiple configurations in parallel
7
+-----------------------------------
8
+When mlvpn is started by /etc/init.d/mlvpn or mlvpn.service,
9
+the configuration file /etc/default/mlvpn is read and, all tunnels
10
+defined in AUTOSTART will be started/restarted/...
11
12
+systemd
13
+-------
14
15
+If using systemd, then you can start/stop using:
16
+ service mlvpn@xxx start
17
18
+ or
19
20
+ systemctl start mlvpn@xxx
21
22
+ where xxx is the name of your configuration file in /etc/mlvpn, without the ".conf" extension.
0 commit comments