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
commit 34cb78fa56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>