mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #605 from DasTestament/master
Tinc: Hosts: Fix host port
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user