This commit is contained in:
s3lph 2020-12-16 20:57:50 +01:00
parent 31916c1610
commit 0b934c3655

View file

@ -93,7 +93,7 @@
name="{{ name }}"
ipaddr="{{ link.ipaddr }}"
allowmask="{{ link.allowmask | join(' ') }}"
sendpass="{{ inspircd_link_sendpass }}"
sendpass="{{ link.sendpass }}"
recvpass="{{ link.recvpass }}"
{% if 'bind' in link %}bind="{{ link.bind }}"{% endif %}
{% if 'fingerprint' in link %}fingerprint="{{ link.fingerprint }}"{% endif %}