ansible-role-openvpn/templates/etc/firewalld/services/openvpn.xml
2018-10-08 19:35:16 +02:00

7 lines
412 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>OpenVPN TCP and UDP</short>
<description>OpenVPN is a virtual private network (VPN) solution. It is used to create encrypted point-to-point tunnels between computers. If you plan to provide a VPN service, enable this option.</description>
<port protocol="tcp" port="{{ openvpn_port }}"/>
<port protocol="udp" port="{{ openvpn_port }}"/>
</service>