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
|
||||
name="{{ name }}"
|
||||
ipaddr="{{ link.ipaddr }}"
|
||||
allowmask="{{ link.allowcidr | join(' ') }}"
|
||||
allowmask="{{ link.allowmask | join(' ') }}"
|
||||
sendpass="{{ inspircd_link_sendpass }}"
|
||||
recvpass="{{ link.recvpass }}"
|
||||
{% if 'bind' in link %}bind="{{ link.bind }}"{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue