This commit is contained in:
s3lph 2020-12-16 20:55:59 +01:00
parent 404341535c
commit 31916c1610

View file

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