ansible-role-wireguard/templates/etc/firewalld/services/wireguard.xml
2020-08-03 23:24:28 +02:00

6 lines
355 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>WireGuard</short>
<description>WireGuard 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="udp" port="{{ wireguard_port }}"/>
</service>