diff options
author | Peter Powell <petpow@saberuk.com> | 2019-10-24 15:44:53 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-10-24 15:56:21 +0100 |
commit | 7f4bf231bc4ef27f136a9a29a3ef848a45be54f5 (patch) | |
tree | aa0a78bd26098f5b367d051b31df456e98be3ff9 /docs/conf | |
parent | 5c9427fb43785c33d6f9185ec03f759ba98ed54f (diff) |
Exempt the KiwiIRC.com servers from X-lines.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/providers/kiwiirc-com.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example index 21e89daca..e923e9956 100644 --- a/docs/conf/providers/kiwiirc-com.conf.example +++ b/docs/conf/providers/kiwiirc-com.conf.example @@ -13,3 +13,7 @@ <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"> + +<exception host="*@107.161.19.53" reason="KiwiIRC.com WebIRC Gateway"> +<exception host="*@107.161.19.109" reason="KiwiIRC.com WebIRC Gateway"> +<exception host="*@107.169.31.4" reason="KiwiIRC.com WebIRC Gateway"> |