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

7 lines
205 B
Plaintext
Raw Normal View History

2021-02-21 00:45:22 +01:00
<?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>