Update service description

This commit is contained in:
Adrien Reslinger 2020-08-23 01:25:46 +02:00
parent 3da5d97020
commit 18c328c8aa

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<service> <service>
<short>WireGuard</short> <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> <description>Wireguard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.</description>
<port protocol="udp" port="{{ wireguard_port }}"/> <port protocol="udp" port="{{ wireguard_port }}"/>
</service> </service>