From 9402c0acf7dbc5d0b3aad22dbdcbcc3d17d87b50 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sat, 16 May 2020 23:13:24 -0400 Subject: [PATCH] #1011: recommend allowing webirc from localhost --- conventional.yaml | 2 +- oragono.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index 255dd4e8..d39b3195 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -157,7 +157,7 @@ server: # addresses/CIDRs that can use this webirc command # you should also add these addresses to the connection limits and throttling exemption lists hosts: - # - localhost + - localhost # - "192.168.1.1" # - "192.168.10.1/24" diff --git a/oragono.yaml b/oragono.yaml index a3a1582d..90e43920 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -178,7 +178,7 @@ server: # addresses/CIDRs that can use this webirc command # you should also add these addresses to the connection limits and throttling exemption lists hosts: - # - localhost + - localhost # - "192.168.1.1" # - "192.168.10.1/24"