ansible-gateway/templates/firewalld/wireguard.xml.j2

7 lines
205 B
Django/Jinja

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>PPTP</short>
<description>Allow GRE through PPP tunnel.</description>
<port port="{{ gateway.vpn.endpoint.port }}" protocol="udp"/>
</service>