Merge pull request #605 from DasTestament/master

Tinc: Hosts: Fix host port
This commit is contained in:
Ad Schellevis
2018-03-13 17:00:30 +01:00
committed by GitHub
@@ -31,7 +31,7 @@
<hostname>{{host.hostname}}</hostname>
<network>{{network.name}}</network>
<address>{{host.extaddress}}</address>
<port>{{network.extport}}</port>
<port>{{host.extport}}</port>
<subnet>{{host.subnet}}</subnet>
<pubkey><![CDATA[{{host.pubkey}}]]></pubkey>
<cipher>{{host.cipher}}</cipher>