mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
openvpn: Enable support for communication among all clients
Closes: #1694 Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
171f2976cf
commit
018767aaae
@ -51,6 +51,7 @@ SERVER_CONFIGURATION = '''
|
||||
port 1194
|
||||
proto udp
|
||||
dev tun
|
||||
client-to-client
|
||||
ca /etc/openvpn/freedombox-keys/pki/ca.crt
|
||||
cert /etc/openvpn/freedombox-keys/pki/issued/server.crt
|
||||
key /etc/openvpn/freedombox-keys/pki/private/server.key
|
||||
|
||||
@ -30,7 +30,7 @@ from plinth.utils import format_lazy
|
||||
|
||||
from .manifest import backup, clients # noqa, pylint: disable=unused-import
|
||||
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
managed_services = ['openvpn-server@freedombox']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user