mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Merge pull request #605 from DasTestament/master
Tinc: Hosts: Fix host port
This commit is contained in:
commit
34cb78fa56
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue