diff options
author | Peter Powell <petpow@saberuk.com> | 2019-10-24 15:43:33 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-10-24 15:56:21 +0100 |
commit | 5c9427fb43785c33d6f9185ec03f759ba98ed54f (patch) | |
tree | 02bd4f7f473daf2185960d75b83348a5a5b1012d /docs | |
parent | 95b876373480bb982aed7d3d14bcfc18cd1f7458 (diff) |
Fix a typo in the KiwiIRC.com server IPs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/providers/kiwiirc-com.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example index 8465709a9..21e89daca 100644 --- a/docs/conf/providers/kiwiirc-com.conf.example +++ b/docs/conf/providers/kiwiirc-com.conf.example @@ -10,6 +10,6 @@ usednsbl="no" useident="no"> -<connect name="KiwiIRC.com-1" parent="KiwiIRC.com" allow="107.161.19.10"> -<connect name="KiwiIRC.com-2" parent="KiwiIRC.com" allow="107.161.19.53"> +<connect name="KiwiIRC.com-1" parent="KiwiIRC.com" allow="107.161.19.53"> +<connect name="KiwiIRC.com-2" parent="KiwiIRC.com" allow="107.161.19.109"> <connect name="KiwiIRC.com-3" parent="KiwiIRC.com" allow="109.169.31.4"> |