mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
openvpn: Add diagnostic for ipv6 port
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
394588538e
commit
0460ecf89f
@ -90,7 +90,7 @@ class OpenVPNApp(app_module.App):
|
||||
self.add(firewall)
|
||||
|
||||
daemon = Daemon('daemon-openvpn', managed_services[0],
|
||||
listen_ports=[(1194, 'udp4')])
|
||||
listen_ports=[(1194, 'udp4'), (1194, 'udp6')])
|
||||
self.add(daemon)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user