Fix typo
This commit is contained in:
parent
404341535c
commit
31916c1610
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
<link
|
<link
|
||||||
name="{{ name }}"
|
name="{{ name }}"
|
||||||
ipaddr="{{ link.ipaddr }}"
|
ipaddr="{{ link.ipaddr }}"
|
||||||
allowmask="{{ link.allowcidr | join(' ') }}"
|
allowmask="{{ link.allowmask | join(' ') }}"
|
||||||
sendpass="{{ inspircd_link_sendpass }}"
|
sendpass="{{ inspircd_link_sendpass }}"
|
||||||
recvpass="{{ link.recvpass }}"
|
recvpass="{{ link.recvpass }}"
|
||||||
{% if 'bind' in link %}bind="{{ link.bind }}"{% endif %}
|
{% if 'bind' in link %}bind="{{ link.bind }}"{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue